summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-064-5/+5
* net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-063-15/+60
* net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-062-3/+3
* 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
* ipv4: harden fnhe_hashfun()Eric Dumazet2014-09-061-4/+4
* ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2014-09-062-6/+8
* l2tp: fix missing line continuationAndy Zhou2014-09-061-1/+1
* 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
* ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa2014-09-052-16/+25
* ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa2014-09-052-10/+25
* qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer2014-09-041-2/+8
* qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer2014-09-041-2/+2
* qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer2014-09-021-4/+4
* 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-025-51/+27
* l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert2014-09-021-0/+2
* gre: Add support for checksum unnecessary conversionsTom Herbert2014-09-022-2/+10
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-024-15/+42
* net: Support for csum_bad in skbuffTom Herbert2014-09-021-1/+1
* net: dsa: make dsa_pack_type staticFlorian Fainelli2014-09-021-1/+1
* tcp: whitespace fixesstephen hemminger2014-09-0215-123/+104
* pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer2014-09-021-3/+16
* tipc: add name distributor resiliency queueErik Hugne2014-09-025-7/+79
* tipc: refactor name table updates out of named packet receive routineErik Hugne2014-09-021-36/+38
* 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-022-66/+15
* net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2014-09-022-6/+5
* 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-026-6/+7
* 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-025-17/+7
* sctp: Change sctp to implement csum_levelsTom Herbert2014-08-301-2/+6
* net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert2014-08-303-15/+21
* net: Clarification of CHECKSUM_UNNECESSARYTom Herbert2014-08-301-1/+0
* tipc: fix a potential oopsYing Xue2014-08-301-2/+2
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-304-9/+7
* net: dsa: add Broadcom SF2 switch driverFlorian Fainelli2014-08-281-0/+1
* net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli2014-08-285-0/+185
* net: dsa: allow updating fixed PHY link informationFlorian Fainelli2014-08-281-0/+17
* net: dsa: allow drivers to do link adjustmentFlorian Fainelli2014-08-281-0/+4
* net: dsa: allow switches to work without taggingFlorian Fainelli2014-08-281-1/+18
* net: dsa: allow for more complex PHY setupsFlorian Fainelli2014-08-283-3/+82