summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-019-29/+25
|\
| * ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-011-1/+1
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-015-28/+21
| |\
| | * Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-11-304-18/+13
| | |\
| | | * mac80211: fix spurious delBA handlingJohannes Berg2009-11-303-13/+12
| | | * mac80211: fix two remote exploitsJohannes Berg2009-11-302-5/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-3012-62/+56
| | |\ \
| | * \ \ Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-11-191-10/+8
| | |\ \ \
| | | * | | SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever2009-11-141-10/+8
| * | | | | ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang2009-12-011-0/+1
| * | | | | tcp: tcp_disconnect() should clear window_clampEric Dumazet2009-11-301-0/+1
| | |_|/ / | |/| | |
| * | | | ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL...David Ford2009-11-291-1/+1
* | | | | net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman2009-12-011-19/+6
* | | | | net: Simplify ip6_tunnel pernet operations.Eric W. Biederman2009-12-011-19/+6
* | | | | net: Simplify ipip pernet operations.Eric W. Biederman2009-12-011-18/+6
* | | | | net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-011-18/+6
* | | | | net: Simplify phonet pernet operations.Eric W. Biederman2009-12-011-10/+6
* | | | | net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-011-14/+6
* | | | | net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-011-23/+8
* | | | | net: Simplify af_key pernet operations.Eric W. Biederman2009-12-011-19/+6
* | | | | net: Simplify vlan pernet operations.Eric W. Biederman2009-12-011-26/+7
* | | | | net: Simplfy default_device_exit and improve batching.Eric W. Biederman2009-12-011-10/+6
* | | | | net: Automatically allocate per namespace data.Eric W. Biederman2009-12-011-86/+102
* | | | | net: Batch network namespace destruction.Eric W. Biederman2009-12-011-8/+58
* | | | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-013-28/+18
* | | | | net: Move && and || to end of previous lineJoe Perches2009-11-2963-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/+55
|\ \ \ \ \ | |/ / / /
| * | | | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-293-14/+2
| | |_|/ | |/| |
| * | | pktgen: Fix netdevice unregisterEric Dumazet2009-11-241-5/+11
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-234-20/+26
| |\ \ \
| | * | | rfkill: fix miscdev opsJohannes Berg2009-11-231-0/+1
| | * | | mac80211: fix resumeJohannes Berg2009-11-192-10/+17
| | * | | mac80211: fix addba timer (again...)Johannes Berg2009-11-181-10/+8
| * | | | pktgen: Fix device name comparesEric Dumazet2009-11-231-8/+10
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-11-231-1/+1
| |\ \ \ \
| | * | | | netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy2009-11-231-1/+1
| | * | | | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Wu Fengguang2009-11-131-13/+5
| | * | | | netfilter: xt_osf: fix xt_osf_remove_callback() return valueRoel Kluin2009-11-131-1/+1
| * | | | | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy2009-11-191-13/+5
| * | | | | netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy2009-11-191-1/+1
| | |_|/ / | |/| | |
* | | | | 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/+0
* | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-2911-391/+163
|\ \ \ \ \
| * | | | | 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
OpenPOWER on IntegriCloud