summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-25netns xfrm: fixup xfrm_alloc_spi()Alexey Dobriyan1-2/+2
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan11-32/+36
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan3-11/+11
2008-11-25netns xfrm: trivial netns propagationsAlexey Dobriyan2-31/+43
2008-11-25netns xfrm: propagate netns into bydst/bysrc/byspi hash functionsAlexey Dobriyan1-21/+23
2008-11-25netns xfrm: per-netns policy hash resizing workAlexey Dobriyan1-26/+26
2008-11-25netns xfrm: per-netns policy countsAlexey Dobriyan1-18/+16
2008-11-25netns xfrm: per-netns xfrm_policy_bydst hashAlexey Dobriyan1-24/+33
2008-11-25netns xfrm: per-netns inexact policiesAlexey Dobriyan1-8/+12
2008-11-25netns xfrm: per-netns xfrm_policy_byidx hashmaskAlexey Dobriyan1-8/+7
2008-11-25netns xfrm: per-netns xfrm_policy_byidx hashAlexey Dobriyan1-10/+18
2008-11-25netns xfrm: per-netns policy listAlexey Dobriyan1-6/+6
2008-11-25netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan3-6/+7
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan3-12/+10
2008-11-25netns xfrm: per-netns state GC workAlexey Dobriyan1-5/+5
2008-11-25netns xfrm: per-netns state GC listAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: per-netns xfrm_hash_workAlexey Dobriyan1-18/+17
2008-11-25netns xfrm: per-netns xfrm_state countsAlexey Dobriyan1-7/+7
2008-11-25netns xfrm: per-netns xfrm_state_hmaskAlexey Dobriyan1-16/+15
2008-11-25netns xfrm: per-netns xfrm_state_byspi hashAlexey Dobriyan1-8/+13
2008-11-25netns xfrm: per-netns xfrm_state_bysrc hashAlexey Dobriyan1-9/+14
2008-11-25netns xfrm: per-netns xfrm_state_bydst hashAlexey Dobriyan1-24/+26
2008-11-25netns xfrm: per-netns xfrm_state_all listAlexey Dobriyan1-6/+8
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan5-9/+10
2008-11-25netns xfrm: add netns boilerplateAlexey Dobriyan2-6/+46
2008-11-25xfrm: initialise xfrm_policy_gc_work staticallyAlexey Dobriyan1-2/+1
2008-11-25bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar1-0/+2
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar1-0/+2
2008-11-25ax25: fix warning in net/ax25/sysctl_net_ax25.cIngo Molnar1-0/+2
2008-11-25dccp: fix warning in net/dccp/options.cIngo Molnar1-1/+1
2008-11-25dsa: fix warning in net/dsa/mv88e6060.cIngo Molnar1-1/+1
2008-11-25dsa: fix warning in net/dsa/mv88e6xxx.cIngo Molnar1-1/+1
2008-11-25ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar1-1/+1
2008-11-25pkt_sched: fix warning in net/sched/sch_hfsc.cIngo Molnar1-1/+1
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar1-1/+1
2008-11-25netns: filter out uevent not belonging to init_netDaniel Lezcano1-0/+3
2008-11-25tcp: skb_shift cannot cache frag ptrs past pskb_expand_headIlpo Järvinen1-1/+6
2008-11-25pkt_sched: sch_api: Remove qdisc_list_lockJarek Poplawski1-21/+4
2008-11-25net: udp_unhash() can test if sk is hashedEric Dumazet1-8/+10
2008-11-25net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-0/+2
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen1-1/+1
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan2-4/+0
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2-4/+0
2008-11-25DCB: fix kconfig optionJeff Kirsher3-10/+20
2008-11-24tcp: handle shift/merge of cloned skbs tooIlpo Järvinen1-5/+2
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen2-0/+7
2008-11-24tcp: Make shifting not clear the hintsIlpo Järvinen1-2/+14
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2-7/+389
2008-11-24tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen1-15/+17
2008-11-24tcp: Make SACK code to split only at mss boundariesIlpo Järvinen1-4/+23