summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* net: do not process device backlog during unregistrationJulian Anastasov2015-09-271-2/+4
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-09-271-1/+3
* net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet2015-09-271-1/+2
* rtnl: restore notifications for deleted interfacesNicolas Dichtel2015-07-201-3/+0
* neigh: do not modify unlinked entriesJulian Anastasov2015-07-051-0/+13
* net: don't wait for order-3 page allocationShaohua Li2015-07-052-2/+2
* rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-06-151-0/+3
* net: core: Correct an over-stringent device loop detection.Vlad Yasevich2015-06-151-1/+1
* net: fix crash in build_skb()Eric Dumazet2015-05-111-9/+22
* net: do not deplete pfmemalloc reserveEric Dumazet2015-05-111-2/+7
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2015-04-272-9/+3
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2015-04-272-4/+4
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-271-3/+6
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-271-1/+0
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-272-1/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-241-4/+6
* net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet2015-03-141-3/+1
* net: pktgen: disable xmit_clone on virtual devicesEric Dumazet2015-03-141-0/+3
* net: reject creation of netdev names with colonsMatthew Thode2015-03-141-1/+1
* sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-03-141-2/+3
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-03-141-1/+14
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-03-141-2/+10
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-03-141-12/+6
* pktgen: fix UDP checksum computationSabrina Dubroca2015-03-141-8/+8
* flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek2015-03-141-1/+1
* bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-02-261-1/+5
* net: rps: fix cpu unplugEric Dumazet2015-02-261-5/+15
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2015-01-271-9/+14
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-01-271-0/+1
* net: Reset secmark when scrubbing packetThomas Graf2015-01-271-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2015-01-271-5/+8
* net: drop the packet when fails to do software segmentation or header checkJason Wang2015-01-271-1/+1
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-11-291-0/+1
* bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
* bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
* net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-211-17/+6
* net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-311-2/+4
* net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-261-0/+4
* net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-221-1/+2
* net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-182-1/+3
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-151-1/+1
| * net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-141-0/+2
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-9/+9
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-263-9/+9
* | net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
* | flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-101-13/+23
* | net: filter: fix the commentsLi RongQing2014-10-101-6/+3
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0816-597/+969
|\ \