summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: introduce __skb_header_release()Eric Dumazet2014-09-261-2/+2
* net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-261-27/+17
* net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-232-8/+12
|\
| * net: fix creation adjacent device symlinksAlexander Y. Fomichev2014-09-151-7/+11
| * net: fix skb_page_frag_refill() kerneldocEric Dumazet2014-09-081-1/+1
* | 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/+2
* | 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-091-1/+1
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-076-27/+94
|\ \ | |/
| * net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-055-7/+7
| * net: attempt a single high order allocationEric Dumazet2014-08-291-14/+16
| * net: fix checksum features handling in netif_skb_features()Michal Kubeček2014-08-251-5/+11
| * net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev2014-08-251-1/+60
* | net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-052-15/+33
* | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-051-2/+2
* | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-053-18/+34
* | net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2014-09-052-52/+42
* | ethtool: Add generic options for tunablesGovindarajulu Varadarajan2014-09-051-0/+81
* | dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann2014-09-051-5/+2
* | 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-031-2/+8
* | rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel2014-09-021-14/+21
* | rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel2014-09-021-21/+22
* | rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel2014-09-021-1/+5
* | rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel2014-09-021-2/+8
* | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-012-12/+22
* | net: Support for csum_bad in skbuffTom Herbert2014-09-011-1/+1
* | pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer2014-09-011-3/+16
* | net: xmit_list() becomes dev_hard_start_xmit().David S. Miller2014-09-011-13/+2
* | net: Don't keep around original SKB when we software segment GSO frames.David S. Miller2014-09-011-65/+14
* | net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2014-09-011-5/+1
* | net: Separate out SKB validation logic from transmit path.David S. Miller2014-09-011-54/+71
* | net: Have xmit_list() signal more==true when appropriate.David S. Miller2014-09-011-4/+4
* | net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-013-3/+3
* | net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller2014-09-011-19/+29
* | net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller2014-09-011-16/+19
* | net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-013-10/+4
* | net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert2014-08-291-8/+16
* | net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-292-4/+2
* | net: make skb an optional parameter for__skb_flow_dissect()WANG Cong2014-08-251-3/+15
OpenPOWER on IntegriCloud