summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2013-03-29net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend1-2/+2
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani1-1/+0
2013-03-29net: simplify the getting percpu of flow_cacheLi RongQing1-1/+1
2013-03-29net: fix the use of this_cpu_ptrLi RongQing1-1/+1
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+3
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun1-1/+3
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-03-27net: core: let's use native isxdigit instead of customAndy Shevchenko1-3/+2
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang1-0/+1
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller1-1/+1
2013-03-25net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet1-1/+0
2013-03-25ipv4: provide addr and netconf dump consistency infoNicolas Dichtel1-1/+4
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf3-78/+14
2013-03-21net: remove redundant ifdef CONFIG_CGROUPSZefan Li1-2/+0
2013-03-20dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf1-3/+39
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann1-0/+5
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann1-0/+57
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+4
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann1-0/+2
2013-03-18net: Fix a comment typoKusanagi Kouichi1-1/+1
2013-03-18scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman1-1/+3
2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan1-2/+1
2013-03-17vxlan: generalize forwarding tablesDavid Stevens1-1/+1
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+4
2013-03-12flow_dissector: support L2 GREMichael Dalton1-0/+11
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-10tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-0/+1
2013-03-10tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+2
2013-03-10net: Add skb_headers_offset_update helper function.Pravin B Shelar1-20/+14
2013-03-10tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar1-0/+4
2013-03-10net: Kill link between CSUM and SG features.Pravin B Shelar2-30/+46
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-08net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich1-6/+75
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-03-06net: introduce NAPI_POLL_WEIGHTEric Dumazet1-0/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin4-18/+11
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-18/+15
2013-02-24net/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-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-23sock: only define socket limit if mem cgroup configuredstephen hemminger1-0/+2
2013-02-23net: Fix locking bug in netif_set_xps_queueAlexander Duyck1-1/+3
2013-02-21ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明1-0/+1