summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-101-13/+23
* net: filter: fix the commentsLi RongQing2014-10-101-6/+3Star
* net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-101-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0916-597/+969
|\
| * net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-10/+9Star
| * net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
| * net: validate_xmit_vlan() is staticEric Dumazet2014-10-071-1/+2
| * net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-061-3/+6
| * ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-061-0/+1
| * net: skb_segment() provides list head and tailEric Dumazet2014-10-062-12/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-061-1/+1
| |\
| | * netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
| * | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-051-4/+4
| * | net: do not export skb_gro_receive()Eric Dumazet2014-10-041-1/+0Star
| * | qdisc: validate skb without holding lockEric Dumazet2014-10-041-3/+26
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+3
| |\ \
| * | | net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov2014-10-021-2/+24
| * | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-021-6/+17
| * | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-21/+20Star
| | |/ | |/|
| * | net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-7/+48
| * | net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+5
| * | net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-302-16/+66
| * | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-39/+41
| * | net : optimize skb_release_data()Eric Dumazet2014-09-261-21/+22
| * | net: optimise inet_proto_csum_replace4()LEROY Christophe2014-09-261-7/+5Star
| * | net: introduce __skb_header_release()Eric Dumazet2014-09-261-2/+2
| * | net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-261-27/+17Star
| * | net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-10/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-232-8/+12
| |\ \
| * | | net: keep original skb which only needs header checking during software GSOJason Wang2014-09-221-3/+5
| * | | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-192-63/+93
| * | | tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-151-1/+2
| * | | net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin2014-09-131-2/+2
| * | | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-29/+2Star
| * | | ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-6/+8
| * | | net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-131-2/+49
| * | | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2014-09-121-0/+5
| * | | skb: Add documentation for skb_clone_skAlexander Duyck2014-09-121-0/+13
| * | | pktgen: Convert pr_warning to pr_warnJoe Perches2014-09-101-12/+12
| * | | netns: remove one sparse warningEric Dumazet2014-09-101-1/+1
| * | | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-101-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-086-27/+94
| |\ \ \
| * | | | net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-062-15/+33
| * | | | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-061-2/+2
| * | | | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-063-18/+34
| * | | | net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2014-09-062-52/+42Star
| * | | | ethtool: Add generic options for tunablesGovindarajulu Varadarajan2014-09-051-0/+81
| * | | | dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann2014-09-051-5/+2Star
| * | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-3/+3
| * | | | qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer2014-09-041-2/+8