aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-03[DCCP]: dccp_v(4|6)_ctl_socket is leaked.Denis V. Lunev2-0/+2
2008-04-03[DCCP]: Replace socket with sock for reset sending.Denis V. Lunev4-15/+19
2008-04-03[TCP]: Replace socket with sock for reset sending.Denis V. Lunev1-4/+6
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller29-74/+218
2008-04-02[VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov3-6/+24
2008-04-02[IPV6]: Fix ICMP relookup error path dst leakHerbert Xu1-2/+2
2008-04-02IPv6: do not create temporary adresses with too short preferred lifetimeBenoit Boissinot1-0/+16
2008-04-02IPv6: only update the lifetime of the relevant temporary addressBenoit Boissinot1-0/+3
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young2-6/+1
2008-04-01bluetooth : use lockdep sub-classes for diffrent bluetooth protocolDave Young1-0/+40
2008-04-01[IPV6] RAW: Remove ancient comment.YOSHIFUJI Hideaki1-5/+0
2008-04-01[ROSE/AX25] af_rose: rose_release() fixJarek Poplawski1-0/+9
2008-04-01mac80211: use a struct for bss->mesh_configLuis Carlos Cobo4-18/+41
2008-04-01mac80211: check for mesh_config length on incoming management framesLuis Carlos Cobo1-2/+6
2008-04-01mac80211: use recent multicast table for all mesh multicast framesLuis Carlos Cobo1-1/+1
2008-04-01mac80211: fix spinlock recursion on sta expirationLuis Carlos Cobo3-2/+3
2008-04-01mac80211: fix deadlocks in debugfs_netdev.cLuis Carlos Cobo1-6/+8
2008-04-01mac80211: fix sparse complaint in ieee80211_sta_def_wmm_paramsJohannes Berg1-1/+0
2008-04-01mac80211: sta_info_flush() fixesJohannes Berg5-1/+84
2008-04-01mac80211: clean up sta_info_destroy() users wrt. RCU/lockingJohannes Berg3-20/+20
2008-04-01mac80211: automatically free sta struct when insertion failsJohannes Berg5-31/+64
2008-04-01mac80211: fix sta_info_destroy(NULL)Johannes Berg1-3/+5
2008-04-01mac80211 ibss: flush only stations belonging to current interfaceJohannes Berg1-2/+3
2008-04-01net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bugAndrew Morton1-1/+1
2008-04-01mac80211: correct use_short_preamble handlingVladimir Koutny1-5/+4
2008-04-01mac80211: trigger ieee80211_sta_work after opening interfaceJan Niehusmann1-0/+12
2008-03-31[LLC]: skb allocation size for responsesJoonwoo Park5-31/+67
2008-03-31[IPV6][NETNS]: Display per-net info in sockstat6 file.Pavel Emelyanov1-7/+34
2008-03-31[IPV4][NETNS]: Display per-net info in sockstat file.Pavel Emelyanov1-7/+34
2008-03-31[SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov2-10/+46
2008-03-31[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov1-0/+48
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov9-24/+29
2008-03-31[NETNS]: Introduce a netns_core structure.Pavel Emelyanov2-7/+7
2008-03-31[IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki1-2/+2
2008-03-31[IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki1-2/+1
2008-03-28[LLC]: Kill llc_station_mac_sa symbol export.David S. Miller1-1/+0
2008-03-28[UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev4-5/+12
2008-03-28[UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev4-15/+6
2008-03-28[UDP]: Cleanup /proc/udp[6] creation/removal.Denis V. Lunev1-37/+9
2008-03-28[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev4-9/+17
2008-03-28[UDP]: No need to check afinfo != NULL in udp_proc_(un)register.Denis V. Lunev1-4/+0
2008-03-28[UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev1-4/+4
2008-03-28[NET]: Fix dev_alloc_skb() typo.David S. Miller1-1/+1
2008-03-28[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2-0/+5
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov11-35/+0
2008-03-28[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov1-10/+1
2008-03-28[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov1-0/+22
2008-03-28[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov1-0/+34
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches4-28/+31
2008-03-28[LLC]: station source mac addressJoonwoo Park2-10/+4