aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin1-2/+2
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa1-29/+2
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-6/+8
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-2/+49
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck1-0/+5
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck1-0/+13
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches1-12/+12
2014-09-09netns: remove one sparse warningEric Dumazet1-1/+1
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-27/+94
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2-15/+33
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-2/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck3-18/+34
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2-52/+42
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida5-7/+7
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan1-0/+81
2014-09-05dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann1-5/+2
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-3/+3
2014-09-03qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer1-2/+8
2014-09-02rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel1-14/+21
2014-09-02rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel1-21/+22
2014-09-02rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel1-1/+5
2014-09-02rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel1-2/+8
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn2-12/+22
2014-09-01net: Support for csum_bad in skbuffTom Herbert1-1/+1
2014-09-01pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer1-3/+16
2014-09-01net: xmit_list() becomes dev_hard_start_xmit().David S. Miller1-13/+2
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-65/+14
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-5/+1
2014-09-01net: Separate out SKB validation logic from transmit path.David S. Miller1-54/+71
2014-09-01net: Have xmit_list() signal more==true when appropriate.David S. Miller1-4/+4
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller3-3/+3
2014-09-01net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller1-19/+29
2014-09-01net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller1-16/+19
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller3-10/+4
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-8/+16
2014-08-29net: attempt a single high order allocationEric Dumazet1-14/+16
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann2-4/+2
2014-08-25net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-08-25net: make skb an optional parameter for__skb_flow_dissect()WANG Cong1-3/+15
2014-08-25net: fix comments for __skb_flow_get_ports()WANG Cong1-2/+4
2014-08-25net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev1-1/+60
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller3-8/+4
2014-08-24net: skb_gro_checksum_* functionsTom Herbert1-1/+33
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann2-6/+4
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller1-14/+26
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet1-8/+0