aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto1-6/+7
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2-2/+2
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds30-164/+127
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells4-15/+7
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+4
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-2/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds422-15256/+22575
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet1-6/+6
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann1-1/+1
2013-05-01netlink: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann2-9/+9
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman1-7/+7
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-05-01net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger1-1/+8
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-52/+275
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-38/+42
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier1-13/+12
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier1-8/+13
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier1-1/+2
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf5-12/+2
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita1-9/+6
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita1-14/+15
2013-04-29net/netfilter: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton1-14/+2
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-1/+0
2013-04-29hostap: Don't use create_proc_read_entry()David Howells3-40/+38
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro1-3/+11
2013-04-29sock_close() couldn't have been called with NULL inode since at least 2.1.earlyAl Viro1-9/+0
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-91/+41
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-6/+2
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet11-28/+67
2013-04-29net: defer net_secret[] initializationEric Dumazet2-4/+5
2013-04-29Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville9-79/+9
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller19-3305/+3475
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman1-3/+2
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal1-2/+3
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal1-0/+16
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2-104/+146
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal1-21/+28
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik3-3/+77
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381