aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-21net: remove redundant ifdef CONFIG_CGROUPSZefan Li
2013-03-20dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann
2013-03-18net: Fix a comment typoKusanagi Kouichi
2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan
2013-03-17vxlan: generalize forwarding tablesDavid Stevens
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-12flow_dissector: support L2 GREMichael Dalton
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar
2013-03-09net: Add skb_headers_offset_update helper function.Pravin B Shelar
2013-03-09tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru
2013-03-07net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap
2013-03-05net: introduce NAPI_POLL_WEIGHTEric Dumazet
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-23net/core: apply pm_runtime_set_memalloc_noio on network devicesMing Lei
2013-02-23sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause
2013-02-23sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22sock: only define socket limit if mem cgroup configuredstephen hemminger
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-18net: move ioctl functions into a separated fileCong Wang
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich