summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | net: fix comments for __skb_flow_get_ports()WANG Cong2014-08-251-2/+4
| * | | | | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-243-8/+4
| * | | | | net: skb_gro_checksum_* functionsTom Herbert2014-08-241-1/+33
| * | | | | net: use reciprocal_scale() helperDaniel Borkmann2014-08-232-6/+4
| * | | | | net: Allow raw buffers to be passed into the flow dissector.David S. Miller2014-08-231-14/+26
| * | | | | net: remove dead code after sk_data_ready changeEric Dumazet2014-08-221-8/+0
| * | | | | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-074-148/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net_dma: simple removalDan Williams2014-09-284-148/+0
* | | | | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-291-0/+3
| |_|_|/ |/| | |
* | | | 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: 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
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-133-2/+56
|\ \
| * | net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-112-1/+54
| * | rtnetlink: fix VF info sizeJiri Benc2014-08-081-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-091-4/+6
|\ \ \ | |/ / |/| |
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-4/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-0614-942/+549
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
| |\ \ \
| | * | | net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-07-311-1/+1
| * | | | net-timestamp: TCP timestampingWillem de Bruijn2014-08-052-3/+15