aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-06tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell1-3/+0
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet4-30/+24
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet4-5/+5
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck3-15/+60
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2-3/+3
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-05ipv4: harden fnhe_hashfun()Eric Dumazet1-4/+4
2014-09-05ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2-6/+8
2014-09-05l2tp: fix missing line continuationAndy Zhou1-1/+1
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-04ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa2-16/+25
2014-09-04ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa2-10/+25
2014-09-03qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer1-2/+8
2014-09-03qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer1-2/+2
2014-09-02qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer1-4/+4
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 Bruijn5-51/+27
2014-09-01l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert1-0/+2
2014-09-01gre: Add support for checksum unnecessary conversionsTom Herbert2-2/+10
2014-09-01udp: Add support for doing checksum unnecessary conversionTom Herbert4-15/+42
2014-09-01net: Support for csum_bad in skbuffTom Herbert1-1/+1
2014-09-01net: dsa: make dsa_pack_type staticFlorian Fainelli1-1/+1
2014-09-01tcp: whitespace fixesstephen hemminger15-123/+104
2014-09-01pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer1-3/+16
2014-09-01tipc: add name distributor resiliency queueErik Hugne5-7/+79
2014-09-01tipc: refactor name table updates out of named packet receive routineErik Hugne1-36/+38
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. Miller2-66/+15
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2-6/+5
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. Miller6-6/+7
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. Miller5-17/+7
2014-08-29sctp: Change sctp to implement csum_levelsTom Herbert1-2/+6
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert3-15/+21
2014-08-29net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-1/+0
2014-08-29tipc: fix a potential oopsYing Xue1-2/+2
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann4-9/+7
2014-08-27net: dsa: add Broadcom SF2 switch driverFlorian Fainelli1-0/+1
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli5-0/+185
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli1-0/+17
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli1-0/+4