aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-29rtnetlink: 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-26net: 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/kernel/git/tj/percpuLinus Torvalds3-9/+9
2014-10-14net: 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-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida1-5/+5
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-597/+969
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus 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-06net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet1-0/+1
2014-10-06net: skb_segment() provides list head and tailEric Dumazet2-12/+20
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-4/+4
2014-10-03net: do not export skb_gro_receive()Eric Dumazet1-1/+0
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-3/+26
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov1-2/+24
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet1-6/+17
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-21/+20
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-7/+48
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+5
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2-16/+66
2014-09-29gro: fix aggregation for skb using frag_listEric Dumazet1-0/+3
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet1-39/+41
2014-09-28net_dma: simple removalDan Williams4-148/+0
2014-09-26net : optimize skb_release_data()Eric Dumazet1-21/+22
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe1-7/+5
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-2/+2
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-27/+17
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-10/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+12
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang1-3/+5
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet2-63/+93
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-1/+2
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin1-2/+2