summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-1132-130/+127
* udp_diag: Fix the !ipv6 casePavel Emelyanov2011-12-101-0/+2
* udp_diag: Make it module when ipv6 is a modulePavel Emelyanov2011-12-101-1/+1
* udp_diag: Wire the udp_diag module into kbuildPavel Emelyanov2011-12-092-0/+5
* udp_diag: Implement the dump-all functionalityPavel Emelyanov2011-12-091-0/+54
* udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov2011-12-091-1/+51
* udp_diag: Basic skeletonPavel Emelyanov2011-12-091-0/+95
* udp: Export code sk lookup routinesPavel Emelyanov2011-12-092-2/+4
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-093-7/+34
* inet_diag: Introduce the inet socket dumping routinePavel Emelyanov2011-12-091-19/+34
* inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov2011-12-091-24/+31
* inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov2011-12-091-12/+16
* inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov2011-12-091-16/+22
* inet_diag: Export inet diag cookie checking routinePavel Emelyanov2011-12-091-5/+14
* inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov2011-12-091-6/+8
* inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2011-12-093-5/+2
* sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet2011-12-093-7/+32
* Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend2011-12-091-1/+1
* sock_diag: off by one checksDan Carpenter2011-12-081-2/+2
* net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend2011-12-081-1/+1
* vlan: add 802.1q netpoll supportBenjamin LaHaise2011-12-082-0/+64
* sch_red: Adaptative RED AQMEric Dumazet2011-12-081-0/+21
* vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko2011-12-081-0/+44
* vlan: introduce vid list with reference countingJiri Pirko2011-12-083-71/+217
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-082-9/+28
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-087-84/+84
* bridge: add local MAC address to forwarding table (v2)stephen hemminger2011-12-084-5/+25
* bridge: rearrange fdb notifications (v2)stephen hemminger2011-12-081-19/+20
* bridge: refactor fdb_notifystephen hemminger2011-12-081-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-063-31/+25
|\
| * net: Silence seq_scale() unused warningStephen Boyd2011-12-061-0/+2
| * ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)2011-12-061-3/+4
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-12-053-19/+37
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-053-19/+37
| | |\
| * | | ipv4: Fix peer validation on cached lookup.David S. Miller2011-12-051-22/+13
| |/ /
| * | ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov2011-12-031-6/+6
* | | caif: Replace BUG_ON with WARN_ON.Roar Førde2011-12-061-6/+4
* | | caif: Bad assert triggering false positive.sjur.brandeland@stericsson.com2011-12-061-1/+1
* | | ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller2011-12-063-28/+11
* | | ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller2011-12-063-3/+3
* | | sock_diag: Move the sock_ code to net/core/Pavel Emelyanov2011-12-063-100/+158
* | | inet_diag: Cleanup type2proto last userPavel Emelyanov2011-12-061-23/+24
* | | inet_diag: Introduce socket family checksPavel Emelyanov2011-12-061-1/+11
* | | inet_diag: Switch the _dump to work with new headerPavel Emelyanov2011-12-061-18/+53
* | | inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov2011-12-061-7/+22
* | | inet_diag: Introduce new inet_diag_req headerPavel Emelyanov2011-12-061-7/+7
* | | sock_diag: Initial skeletonPavel Emelyanov2011-12-061-2/+100
* | | inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-063-15/+27
* | | inet_diag: Move byte-code finding up the call-stackPavel Emelyanov2011-12-061-19/+17
* | | sock_diag: Introduce new message typePavel Emelyanov2011-12-061-2/+15
OpenPOWER on IntegriCloud