summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sock_diag: off by one checksDan Carpenter2011-12-091-2/+2
* net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend2011-12-091-1/+1
* vlan: add 802.1q netpoll supportBenjamin LaHaise2011-12-092-0/+64
* sch_red: Adaptative RED AQMEric Dumazet2011-12-091-0/+21
* vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko2011-12-091-0/+44
* vlan: introduce vid list with reference countingJiri Pirko2011-12-093-71/+217
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-092-9/+28
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-097-84/+84
* bridge: add local MAC address to forwarding table (v2)stephen hemminger2011-12-094-5/+25
* bridge: rearrange fdb notifications (v2)stephen hemminger2011-12-091-19/+20
* bridge: refactor fdb_notifystephen hemminger2011-12-091-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-073-31/+25Star
|\
| * 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/+13Star
| |/ /
| * | 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/+4Star
* | | 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/+11Star
* | | 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/+17Star
* | | sock_diag: Introduce new message typePavel Emelyanov2011-12-061-2/+15
* | | inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-063-16/+21
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-12-0640-678/+565Star
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-0640-678/+565Star
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-029-30/+98
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville2011-12-011-1/+0Star
| | | * | mac80211: fill rate filter for internal scan requestsSimon Wunderlich2011-11-301-0/+6
| | | * | cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez2011-11-301-2/+4
| | | * | cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-11-301-16/+27
| | * | | nfc: Remove function tracer like entry messagesJoe Perches2011-11-305-63/+19Star
| | * | | nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2011-11-302-26/+0Star
| | * | | nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-307-158/+160
| | * | | nfc: Use standard logging stylesJoe Perches2011-11-306-26/+38
| | * | | mac80211: remove unused function declarationMohammed Shafi Shajakhan2011-11-301-1/+0Star
| | * | | mac80211: revert on-channel work optimisationsJohannes Berg2011-11-305-142/+13Star
| | * | | net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2011-11-302-23/+2Star
| | * | | mac80211: remove tracing config symbolJohannes Berg2011-11-283-25/+2Star
| | * | | mac80211: clean up rx_h_mesh_fwdingThomas Pedersen2011-11-281-49/+39Star
| | * | | mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-285-77/+79