summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman2009-12-031-5/+3Star
| * | | | | | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-037-43/+258
| * | | | | | TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson2009-12-031-30/+163
| * | | | | | TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-031-2/+131
| * | | | | | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-033-8/+71
| * | | | | | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-032-0/+11
| * | | | | | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-031-0/+140
| * | | | | | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-038-31/+33
| * | | | | | skbuff: remove skb_dma_map/unmapAlexander Duyck2009-12-032-66/+0Star
| * | | | | | net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin2009-12-021-2/+6
| * | | | | | net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin2009-12-021-6/+18
| * | | | | | sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul2009-12-021-1/+1
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-029-29/+25Star
| |\ \ \ \ \ \
| | * | | | | | ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-021-1/+1
| | * | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-025-28/+21Star
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang2009-12-021-0/+1
| | * | | | | | tcp: tcp_disconnect() should clear window_clampEric Dumazet2009-11-301-0/+1
| * | | | | | | net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman2009-12-021-19/+6Star
| * | | | | | | net: Simplify ip6_tunnel pernet operations.Eric W. Biederman2009-12-021-19/+6Star
| * | | | | | | net: Simplify ipip pernet operations.Eric W. Biederman2009-12-021-18/+6Star
| * | | | | | | net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-021-18/+6Star
| * | | | | | | net: Simplify phonet pernet operations.Eric W. Biederman2009-12-021-10/+6Star
| * | | | | | | net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-021-14/+6Star
| * | | | | | | net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-021-23/+8Star
| * | | | | | | net: Simplify af_key pernet operations.Eric W. Biederman2009-12-021-19/+6Star
| * | | | | | | net: Simplify vlan pernet operations.Eric W. Biederman2009-12-021-26/+7Star
| * | | | | | | net: Simplfy default_device_exit and improve batching.Eric W. Biederman2009-12-021-10/+6Star
| * | | | | | | net: Automatically allocate per namespace data.Eric W. Biederman2009-12-021-86/+102
| * | | | | | | net: Batch network namespace destruction.Eric W. Biederman2009-12-021-8/+58
| * | | | | | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-023-28/+18Star
| * | | | | | | net: Move && and || to end of previous lineJoe Perches2009-11-3063-233/+235
| * | | | | | | pktgen: NUMA awareEric Dumazet2009-11-291-3/+6
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-2911-61/+55Star
| |\ \ \ \ \ \ \
| * | | | | | | | X25: Fix oops and refcnt problems from x25_dev_getandrew hendry2009-11-291-1/+3
| * | | | | | | | X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
| * | | | | | | | X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-4/+0Star
| * | | | | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-2911-391/+163Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sctp: prevent too-fast association id reuseVlad Yasevich2009-11-231-1/+12
| | * | | | | | | | sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul2009-11-231-1/+1
| | * | | | | | | | sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul2009-11-231-0/+3
| | * | | | | | | | sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman2009-11-231-12/+13
| | * | | | | | | | sctp: Update max.burst implementationVlad Yasevich2009-11-234-23/+54
| | * | | | | | | | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-233-9/+5Star
| | * | | | | | | | sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-231-325/+0Star
| | * | | | | | | | sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul2009-11-231-4/+3Star
| | * | | | | | | | sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-234-4/+20
| | * | | | | | | | sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-232-0/+8
| | * | | | | | | | sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2009-11-232-9/+17
| | * | | | | | | | sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-232-1/+21
| | * | | | | | | | sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-2/+6