summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-04-02net/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-04-01[LLC]: skb allocation size for responsesJoonwoo Park5-31/+67
2008-04-01[IPV6][NETNS]: Display per-net info in sockstat6 file.Pavel Emelyanov1-7/+34
2008-04-01[IPV4][NETNS]: Display per-net info in sockstat file.Pavel Emelyanov1-7/+34
2008-04-01[SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov2-10/+46
2008-04-01[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov1-0/+48
2008-04-01[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov9-24/+29
2008-04-01[NETNS]: Introduce a netns_core structure.Pavel Emelyanov2-7/+7
2008-04-01[IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki1-2/+2
2008-04-01[IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki1-2/+1
2008-03-31net/rxrpc trivial annotationsAl Viro2-13/+16
2008-03-29[LLC]: Kill llc_station_mac_sa symbol export.David S. Miller1-1/+0
2008-03-29[UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev4-5/+12
2008-03-29[UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev4-15/+6
2008-03-29[UDP]: Cleanup /proc/udp[6] creation/removal.Denis V. Lunev1-37/+9
2008-03-29[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev4-9/+17
2008-03-29[UDP]: No need to check afinfo != NULL in udp_proc_(un)register.Denis V. Lunev1-4/+0
2008-03-29[UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev1-4/+4
2008-03-29[NET]: Fix dev_alloc_skb() typo.David S. Miller1-1/+1
2008-03-29[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2-0/+5
2008-03-29[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov11-35/+0
2008-03-29[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov1-10/+1
2008-03-29[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov1-0/+22
2008-03-29[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov1-0/+34
2008-03-29[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches4-28/+31
2008-03-29[LLC]: station source mac addressJoonwoo Park2-10/+4
2008-03-29[LLC]: bogus llc packet lengthJoonwoo Park1-1/+5
2008-03-29[NET]: Add preemption point in qdisc_runHerbert Xu1-3/+15
2008-03-29[NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell1-1/+1
2008-03-29bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day4-4/+4
2008-03-29[NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko1-0/+4
2008-03-29net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...Andrew Morton1-1/+1
2008-03-28[IPV6] NEIGH: Optimize is_router check.YOSHIFUJI Hideaki1-11/+11
2008-03-28[NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki1-32/+29
2008-03-28[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki1-29/+24
2008-03-28[LLC]: Restrict LLC sockets to rootPatrick McHardy1-0/+3
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller33-103/+180
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-130/+185
2008-03-28[SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen2-14/+4
2008-03-28[NET]: uninline skb_trim, de-bloatsIlpo Järvinen1-0/+16
2008-03-28[NET]: uninline dst_releaseIlpo Järvinen1-0/+10
2008-03-28[NET]: uninline skb_push, de-bloats a lotIlpo Järvinen1-0/+19
2008-03-28[NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen1-0/+18
2008-03-28[NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen1-0/+16
2008-03-28[NET]: uninline skb_put, de-bloats a lotIlpo Järvinen1-0/+21
2008-03-28[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev11-59/+30
2008-03-28[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2-2/+2
2008-03-27mac80211: reorder fields to make some structures smallerJohannes Berg2-27/+31