summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-0/+19
* net: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-122-12/+12
* flowcache: restore a single flow_cache kmem_cacheEric Dumazet2014-03-111-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-062-7/+4Star
|\
| * neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-281-3/+3
| * neigh: fix setting of default gc_* valuesJiri Pirko2014-02-221-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-191-3/+0Star
| |\
| | * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-171-3/+0Star
* | | neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong2014-02-271-0/+1
* | | neigh: probe application via netlink in NUD_PROBETimo Teräs2014-02-261-4/+4
* | | net: Add sysfs file for port numberAmir Vadai2014-02-261-0/+2
* | | pktgen: document all supported flagsMathias Krause2014-02-251-1/+7
* | | pktgen: simplify error handling in pgctrl_write()Mathias Krause2014-02-251-13/+6Star
* | | pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause2014-02-251-1/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-252-70/+83
|\ \ \
| * | | flowcache: Make flow cache name space awareFan Du2014-02-121-70/+57Star
| * | | skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du2014-02-121-0/+26
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-193-33/+28Star
|\ \ \ | | |/ | |/|
| * | netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-171-12/+1Star
| * | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-4/+3Star
| * | net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-131-10/+12
| * | net: correct error path in rtnl_newlink()Cong Wang2014-02-131-7/+12
| |/
* | rtnl: make ifla_policy staticJiri Pirko2014-02-191-51/+56
* | net-sysfs: get_netdev_queue_index() cleanupEric Dumazet2014-02-141-6/+3Star
* | net: remove unnecessary return'sstephen hemminger2014-02-141-1/+0Star
|/
* net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-02-101-0/+7
* net: Mark functions as static in core/dev.cRashika Kheria2014-02-101-3/+3
* net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-071-2/+4
* netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-071-1/+3
* rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao2014-02-051-1/+1
* net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida2014-01-291-1/+1
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-271-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2517-685/+1368
|\
| * rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko2014-01-241-2/+1Star
| * net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich2014-01-231-8/+10
| * bonding: convert netlink to use slave data info apiJiri Pirko2014-01-231-51/+0Star
| * rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-231-20/+138
| * rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko2014-01-231-8/+8
| * net/neighbour: queue work on power efficient wqviresh kumar2014-01-231-2/+3
| * pktgen: Use ether_addr_copyJoe Perches2014-01-221-4/+4
| * netpoll: Use ether_addr_copyJoe Perches2014-01-221-2/+2
| * net: Export gro_find_by_type helpersOr Gerlitz2014-01-221-0/+2
| * net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-221-0/+1
| * net: remove unnecessary initializations in net_dev_initSabrina Dubroca2014-01-221-10/+0Star
| * net: fix "queues" uevent between network namespacesWeilong Chen2014-01-201-0/+26
| * net: document accel_priv parameter for __dev_queue_xmit()Jason Wang2014-01-201-1/+2
| * net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-191-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-28/+2Star
| |\
| * | bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-181-0/+54
| * | net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-172-27/+35