aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-10udp_diag: Fix the !ipv6 casePavel Emelyanov
2011-12-10udp_diag: Make it module when ipv6 is a modulePavel Emelyanov
2011-12-09udp_diag: Wire the udp_diag module into kbuildPavel Emelyanov
2011-12-09udp_diag: Implement the dump-all functionalityPavel Emelyanov
2011-12-09udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov
2011-12-09udp_diag: Basic skeletonPavel Emelyanov
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend
2011-12-08sock_diag: off by one checksDan Carpenter
2011-12-08net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise
2011-12-08sch_red: Adaptative RED AQMEric Dumazet
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger
2011-12-08bridge: rearrange fdb notifications (v2)stephen hemminger
2011-12-08bridge: refactor fdb_notifystephen hemminger
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde
2011-12-06caif: Bad assert triggering false positive.sjur.brandeland@stericsson.com
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller
2011-12-06net: Silence seq_scale() unused warningStephen Boyd
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov
2011-12-06sock_diag: Initial skeletonPavel Emelyanov
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov
2011-12-06sock_diag: Introduce new message typePavel Emelyanov
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov
2011-12-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)
2011-12-06openvswitch: small potential memory leak in ovs_vport_alloc()Dan Carpenter
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville