summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-07-05net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-15rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-06-15net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-11net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-05-11net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2-9/+3
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2-4/+4
2015-04-27skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-27Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2-1/+22
2015-03-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-14net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-03-14net: pktgen: disable xmit_clone on virtual devicesEric Dumazet1-0/+3
2015-03-14net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-03-14sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet1-2/+3
2015-03-14gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-03-14rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-03-14rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-03-14pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-03-14flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek1-1/+1
2015-02-27bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-02-27net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-27net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2015-01-27net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2014-11-30rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf1-5/+12
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf1-0/+6
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-27net: napi_reuse_skb() should check pfmemallocEric Dumazet1-0/+4
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan1-1/+2
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal1-3/+10
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+3
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+9
2014-10-15net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-10net: fix races in page->_count manipulationEric Dumazet1-7/+18
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck1-13/+23
2014-10-10net: filter: fix the commentsLi RongQing1-6/+3
2014-10-10net: Missing @ before descriptions cause make xmldocs warningMasanari Iida1-5/+5
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-597/+969
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds4-148/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-10/+9
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong1-4/+4
2014-10-07net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-07net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6