summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck3-1/+6
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2-0/+3
2014-09-06ipv4: harden fnhe_hashfun()Eric Dumazet1-1/+2
2014-09-06ipv4: fix a race in update_or_create_fnhe()Eric Dumazet1-1/+1
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan2-0/+32
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-5/+44
2014-09-05ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa1-0/+1
2014-09-05ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa1-0/+1
2014-09-04lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue1-0/+2
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn1-0/+1
2014-09-02udp: Add support for doing checksum unnecessary conversionTom Herbert1-1/+15
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert2-0/+40
2014-09-02net: Support for csum_bad in skbuffTom Herbert2-2/+23
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-2/+2
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-0/+1
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-4/+5
2014-09-02net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+8
2014-08-30net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-14/+12
2014-08-30net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-23/+51
2014-08-30net: Allocate a new 16 bits for flags in skbuffTom Herbert1-0/+4
2014-08-30include/rxrpc/types.h: Remove unused headerRasmus Villemoes1-41/+0
2014-08-30include/linux/phonedev.h: Remove unused headerRasmus Villemoes1-25/+0
2014-08-30include/linux/i82593.h: Remove unused headerRasmus Villemoes1-229/+0
2014-08-30include/linux/cycx_x25.h: Remove unused headerRasmus Villemoes1-125/+0
2014-08-30net: add skb_get_tx_queue() helperDaniel Borkmann1-0/+6
2014-08-28net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli1-0/+2
2014-08-28net: phy: broadcom: add new Broadcom OUIFlorian Fainelli1-1/+1
2014-08-28net: phy: broadcom: fix PHY_BCM_OUI_4Florian Fainelli1-1/+1
2014-08-28net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli1-0/+5
2014-08-28net: dsa: allow updating fixed PHY link informationFlorian Fainelli1-0/+3
2014-08-28net: dsa: allow drivers to do link adjustmentFlorian Fainelli1-0/+7
2014-08-28net: dsa: allow switches to work without taggingFlorian Fainelli2-3/+8
2014-08-28net: dsa: allow for more complex PHY setupsFlorian Fainelli1-0/+1
2014-08-28net: dsa: retain a per-port device_node pointerFlorian Fainelli1-0/+1
2014-08-28net: dsa: provide a switch device device tree node pointerFlorian Fainelli1-0/+7
2014-08-28net: phy: provide stub for fixed_phy_set_link_updateFlorian Fainelli1-8/+9
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli3-33/+16
2014-08-28net: Update sk_buff flag bit availability comment.David S. Miller1-1/+1
2014-08-26net: make skb an optional parameter for__skb_flow_dissect()WANG Cong1-2/+2
2014-08-26net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2-23/+4
2014-08-26net/mlx4: Use is_kdump_kernel() to detect kdump kernelAmir Vadai1-1/+2
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller1-0/+35
2014-08-25random32: improvements to prandom_bytesDaniel Borkmann1-2/+2
2014-08-25udp: additional GRO supportTom Herbert1-0/+18
2014-08-25net: add gro_compute_pseudo functionsTom Herbert2-0/+16
2014-08-25net: skb_gro_checksum_* functionsTom Herbert1-2/+74
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller2-8/+24
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli1-0/+3
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli1-0/+27