summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian
2014-10-03net: do not export skb_gro_receive()Eric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet