aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-11-30
* bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-26
* bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-26
* net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-21
* net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-31
* net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-26
* net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-22
* net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-15
| * net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-14
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | net: fix races in page->_count manipulationEric Dumazet2014-10-10
* | flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-10
* | net: filter: fix the commentsLi RongQing2014-10-10
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\ \
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
| * | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-07
| * | net: validate_xmit_vlan() is staticEric Dumazet2014-10-06
| * | net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-06
| * | ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-06
| * | net: skb_segment() provides list head and tailEric Dumazet2014-10-06
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-05
| |\ \
| | * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-02
| * | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-04
| * | | net: do not export skb_gro_receive()Eric Dumazet2014-10-03
| * | | qdisc: validate skb without holding lockEric Dumazet2014-10-03
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-02
| |\ \ \
| * | | | net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov2014-10-01
| * | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-01
| * | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-01
| | |/ / | |/| |
| * | | net: sched: enable per cpu qstatsJohn Fastabend2014-09-30
| * | | net: sched: restrict use of qstats qlenJohn Fastabend2014-09-30
| * | | net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-30
| * | | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-29
| * | | net : optimize skb_release_data()Eric Dumazet2014-09-26
| * | | net: optimise inet_proto_csum_replace4()LEROY Christophe2014-09-26
| * | | net: introduce __skb_header_release()Eric Dumazet2014-09-26
| * | | net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-26
| * | | net: Remove gso_send_check as an offload callbackTom Herbert2014-09-26
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
| |\ \ \
| * | | | net: keep original skb which only needs header checking during software GSOJason Wang2014-09-22
| * | | | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-19
| * | | | tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-15
| * | | | net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin2014-09-13
| * | | | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-13
| * | | | ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-13
| * | | | net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-13