summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2008-04-036-26/+27
* [DCCP]: dccp_v(4|6)_ctl_socket is leaked.Denis V. Lunev2008-04-032-0/+2
* [DCCP]: Replace socket with sock for reset sending.Denis V. Lunev2008-04-034-15/+19
* [TCP]: Replace socket with sock for reset sending.Denis V. Lunev2008-04-031-4/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-0229-74/+218
|\
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-023-6/+24
| * [IPV6]: Fix ICMP relookup error path dst leakHerbert Xu2008-04-021-2/+2
| * IPv6: do not create temporary adresses with too short preferred lifetimeBenoit Boissinot2008-04-021-0/+16
| * IPv6: only update the lifetime of the relevant temporary addressBenoit Boissinot2008-04-021-0/+3
| * bluetooth : __rfcomm_dlc_close lock fixDave Young2008-04-012-6/+1
| * bluetooth : use lockdep sub-classes for diffrent bluetooth protocolDave Young2008-04-011-0/+40
| * [ROSE/AX25] af_rose: rose_release() fixJarek Poplawski2008-04-011-0/+9
| * mac80211: correct use_short_preamble handlingVladimir Koutny2008-04-011-5/+4
| * mac80211: trigger ieee80211_sta_work after opening interfaceJan Niehusmann2008-04-011-0/+12
| * [LLC]: skb allocation size for responsesJoonwoo Park2008-03-315-31/+67
| * [IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki2008-03-311-2/+2
| * [IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki2008-03-311-2/+1
| * [LLC]: Kill llc_station_mac_sa symbol export.David S. Miller2008-03-281-1/+0
| * [INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2008-03-282-0/+5
| * [LLC]: station source mac addressJoonwoo Park2008-03-282-10/+4
| * [LLC]: bogus llc packet lengthJoonwoo Park2008-03-281-1/+5
| * [NET]: Add preemption point in qdisc_runHerbert Xu2008-03-281-3/+15
| * [NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell2008-03-281-1/+1
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-284-4/+4
| * [LLC]: Restrict LLC sockets to rootPatrick McHardy2008-03-271-0/+3
* | [IPV6] RAW: Remove ancient comment.YOSHIFUJI Hideaki2008-04-011-5/+0
* | mac80211: use a struct for bss->mesh_configLuis Carlos Cobo2008-04-014-18/+41
* | mac80211: check for mesh_config length on incoming management framesLuis Carlos Cobo2008-04-011-2/+6
* | mac80211: use recent multicast table for all mesh multicast framesLuis Carlos Cobo2008-04-011-1/+1
* | mac80211: fix spinlock recursion on sta expirationLuis Carlos Cobo2008-04-013-2/+3
* | mac80211: fix deadlocks in debugfs_netdev.cLuis Carlos Cobo2008-04-011-6/+8
* | mac80211: fix sparse complaint in ieee80211_sta_def_wmm_paramsJohannes Berg2008-04-011-1/+0
* | mac80211: sta_info_flush() fixesJohannes Berg2008-04-015-1/+84
* | mac80211: clean up sta_info_destroy() users wrt. RCU/lockingJohannes Berg2008-04-013-20/+20
* | mac80211: automatically free sta struct when insertion failsJohannes Berg2008-04-015-31/+64
* | mac80211: fix sta_info_destroy(NULL)Johannes Berg2008-04-011-3/+5
* | mac80211 ibss: flush only stations belonging to current interfaceJohannes Berg2008-04-011-2/+3
* | net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bugAndrew Morton2008-04-011-1/+1
* | [IPV6][NETNS]: Display per-net info in sockstat6 file.Pavel Emelyanov2008-03-311-7/+34
* | [IPV4][NETNS]: Display per-net info in sockstat file.Pavel Emelyanov2008-03-311-7/+34
* | [SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov2008-03-312-10/+46
* | [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov2008-03-311-0/+48
* | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-319-24/+29
* | [NETNS]: Introduce a netns_core structure.Pavel Emelyanov2008-03-312-7/+7
* | [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-284-5/+12
* | [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-284-15/+6
* | [UDP]: Cleanup /proc/udp[6] creation/removal.Denis V. Lunev2008-03-281-37/+9
* | [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-284-9/+17
* | [UDP]: No need to check afinfo != NULL in udp_proc_(un)register.Denis V. Lunev2008-03-281-4/+0
* | [UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev2008-03-281-4/+4
OpenPOWER on IntegriCloud