aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-13consolidate duplicate code is skb_checksum_setup() helpersJan Beulich1-90/+50
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-0/+19
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches2-12/+12
2014-03-10flowcache: restore a single flow_cache kmem_cacheEric Dumazet1-6/+8
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+4
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-26net: Add sysfs file for port numberAmir Vadai1-0/+2
2014-02-24pktgen: document all supported flagsMathias Krause1-1/+7
2014-02-24pktgen: simplify error handling in pgctrl_write()Mathias Krause1-13/+6
2014-02-24pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause1-1/+4
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-70/+83
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko1-1/+1
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+0
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-33/+28
2014-02-18rtnl: make ifla_policy staticJiri Pirko1-51/+56
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-12/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-4/+3
2014-02-14net-sysfs: get_netdev_queue_index() cleanupEric Dumazet1-6/+3
2014-02-13net: remove unnecessary return'sstephen hemminger1-1/+0
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-02-13net: correct error path in rtnl_newlink()Cong Wang1-7/+12
2014-02-12flowcache: Make flow cache name space awareFan Du1-70/+57
2014-02-12skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du1-0/+26
2014-02-09net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria1-3/+3
2014-02-06net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-02-06netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-02-04rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida1-1/+1
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-685/+1368
2014-01-23rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko1-2/+1
2014-01-23net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich1-8/+10
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-31/+1
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko1-51/+0
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko1-20/+138
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-8/+8
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar1-2/+3
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-01-21pktgen: Use ether_addr_copyJoe Perches1-4/+4
2014-01-21netpoll: Use ether_addr_copyJoe Perches1-2/+2
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz1-0/+2
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-0/+1
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+4
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca1-10/+0
2014-01-19net: fix "queues" uevent between network namespacesWeilong Chen1-0/+26