summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet
2014-09-26net : optimize skb_release_data()Eric Dumazet
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches
2014-09-09netns: remove one sparse warningEric Dumazet
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-08net: fix skb_page_frag_refill() kerneldocEric Dumazet
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan
2014-09-05dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-09-03qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer
2014-09-02rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel
2014-09-02rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel
2014-09-02rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel
2014-09-02rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn
2014-09-01net: Support for csum_bad in skbuffTom Herbert
2014-09-01pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer
2014-09-01net: xmit_list() becomes dev_hard_start_xmit().David S. Miller
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller
2014-09-01net: Separate out SKB validation logic from transmit path.David S. Miller
2014-09-01net: Have xmit_list() signal more==true when appropriate.David S. Miller
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller
2014-09-01net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller