summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-09-28net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-28net: Fix skb csum races when peekingHerbert Xu
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-07-20rtnl: restore notifications for deleted interfacesNicolas Dichtel
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov
2015-07-05net: don't wait for order-3 page allocationShaohua Li
2015-06-15rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-06-15net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-05-11net: fix crash in build_skb()Eric Dumazet
2015-05-11net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2015-04-27skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-04-27Revert "net: Reset secmark when scrubbing packet"Herbert Xu
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-14net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet
2015-03-14net: pktgen: disable xmit_clone on virtual devicesEric Dumazet
2015-03-14net: reject creation of netdev names with colonsMatthew Thode
2015-03-14sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet
2015-03-14gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-14rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-14rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-03-14pktgen: fix UDP checksum computationSabrina Dubroca
2015-03-14flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-26net: rps: fix cpu unplugEric Dumazet
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2015-01-27net: Reset secmark when scrubbing packetThomas Graf
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita
2015-01-27net: drop the packet when fails to do software segmentation or header checkJason Wang
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller
2014-10-10net: fix races in page->_count manipulationEric Dumazet
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck
2014-10-10net: filter: fix the commentsLi RongQing
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida