aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-3/+3
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+10
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani1-1/+0
2013-03-29net: fix the use of this_cpu_ptrLi RongQing1-1/+1
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+3
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun1-1/+3
2013-03-24net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet1-1/+0
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann1-0/+2
2013-03-17scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman1-1/+3
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing1-1/+1
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin4-18/+11
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-18/+15
2013-02-23net/core: apply pm_runtime_set_memalloc_noio on network devicesMing Lei1-0/+5
2013-02-23sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause1-17/+7
2013-02-23sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause1-0/+3
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-22sock: only define socket limit if mem cgroup configuredstephen hemminger1-0/+2
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck1-1/+3
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang1-1/+1
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang2-8/+5
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang4-456/+417
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng4-10/+10
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng3-5/+6
2013-02-18net: move ioctl functions into a separated fileCong Wang3-574/+577
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar3-1/+7
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-31/+48
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-9/+17
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-4/+12
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich1-0/+72
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-3/+2
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman1-3/+7
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet1-1/+1
2013-02-11netpoll: cleanup sparse warningsNeil Horman1-4/+8