summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | pktgen: simplify error handling in pgctrl_write()Mathias Krause2014-02-241-13/+6
| * | | | | | pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause2014-02-241-1/+4
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-242-70/+83
| |\ \ \ \ \ \
| | * | | | | | flowcache: Make flow cache name space awareFan Du2014-02-121-70/+57
| | * | | | | | 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/+28
| |\ \ \ \ \ \ \
| * | | | | | | | rtnl: make ifla_policy staticJiri Pirko2014-02-181-51/+56
| * | | | | | | | net-sysfs: get_netdev_queue_index() cleanupEric Dumazet2014-02-141-6/+3
| * | | | | | | | net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-022-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | net-sysfs: fix comment typo 'CONFIG_SYFS'Paul Bolle2014-02-201-1/+1
| * | | | | | | | Merge branch 'master' into for-nextJiri Kosina2014-02-2019-771/+1451
| |\| | | | | | |
| * | | | | | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | | | | | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | | | | | | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-282-5/+11
* | | | | | | | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-7/+20
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | netpoll: fix the skb check in pkt_is_nsLi RongQing2014-03-241-1/+1
* | | | | | | rtnetlink: fix fdb notification flagsNicolas Dichtel2014-03-201-4/+6
| |_|_|_|/ / |/| | | | |
* | | | | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-1/+4
* | | | | | skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-111-0/+6
* | | | | | skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-111-13/+13
* | | | | | skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-111-22/+24
* | | | | | skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-111-7/+7
* | | | | | skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-03-111-9/+9
| |_|_|/ / |/| | | |
* | | | | neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-271-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/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-171-3/+0
| |/ / /
* | | | netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-171-12/+1
* | | | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-4/+3
* | | | 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
|/ / /
* | | net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-02-091-0/+7
* | | net: Mark functions as static in core/dev.cRashika Kheria2014-02-091-3/+3
* | | net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-061-2/+4
* | | netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-061-1/+3
* | | rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao2014-02-041-1/+1
| |/ |/|
* | net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida2014-01-281-1/+1
* | net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-261-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-231-2/+1
| * | 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-221-51/+0
| * | rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-221-20/+138
| * | rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko2014-01-221-8/+8
| * | net/neighbour: queue work on power efficient wqviresh kumar2014-01-221-2/+3
| * | pktgen: Use ether_addr_copyJoe Perches2014-01-211-4/+4
| * | netpoll: Use ether_addr_copyJoe Perches2014-01-211-2/+2