summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-065-7/+7
| * net: attempt a single high order allocationEric Dumazet2014-08-301-14/+16
| * net: fix checksum features handling in netif_skb_features()Michal Kubeček2014-08-261-5/+11
| * net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev2014-08-261-1/+60
* | 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/+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-041-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-022-12/+22
* | net: Support for csum_bad in skbuffTom Herbert2014-09-021-1/+1
* | pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer2014-09-021-3/+16
* | net: xmit_list() becomes dev_hard_start_xmit().David S. Miller2014-09-021-13/+2
* | net: Don't keep around original SKB when we software segment GSO frames.David S. Miller2014-09-021-65/+14
* | net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2014-09-021-5/+1
* | net: Separate out SKB validation logic from transmit path.David S. Miller2014-09-021-54/+71
* | net: Have xmit_list() signal more==true when appropriate.David S. Miller2014-09-021-4/+4
* | net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-023-3/+3
* | net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller2014-09-021-19/+29
* | net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller2014-09-021-16/+19
* | net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-023-10/+4
* | net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert2014-08-301-8/+16
* | net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-302-4/+2
* | net: make skb an optional parameter for__skb_flow_dissect()WANG Cong2014-08-261-3/+15
* | net: fix comments for __skb_flow_get_ports()WANG Cong2014-08-261-2/+4
* | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-253-8/+4
* | net: skb_gro_checksum_* functionsTom Herbert2014-08-251-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-231-8/+0
* | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-231-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-143-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-101-4/+6
|\ \ | |/ |/|
| * namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-301-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-061-1/+1
| |\ \
| | * | net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-08-011-1/+1
| * | | net-timestamp: TCP timestampingWillem de Bruijn2014-08-062-3/+15