aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet2-8/+1
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet6-358/+171
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet2-1/+15
2016-04-04net: dsa: mv88e6131: enable hardware bridgingVivien Didelot1-0/+11
2016-04-04net: dsa: mv88e6xxx: map destination addresses for 6185Vivien Didelot1-1/+2
2016-04-04net: dsa: mv88e6xxx: support 256 databasesVivien Didelot1-1/+35
2016-04-04net: dsa: mv88e6xxx: variable number of databasesVivien Didelot1-4/+34
2016-04-04net: dsa: mv88e6xxx: protect FID registers accessVivien Didelot1-19/+23
2016-04-04net: dsa: mv88e6xxx: protect SID register accessVivien Didelot1-2/+13
2016-04-04ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck1-13/+14
2016-04-04ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar2-9/+18
2016-04-04ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore7-0/+30
2016-04-04ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov3-1/+33
2016-04-04ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad7-7/+98
2016-04-04ixgbevf: Add support for generic Tx checksumsAlexander Duyck1-61/+43
2016-04-04ixgbe: Add support for generic Tx checksumsAlexander Duyck1-104/+58
2016-04-04ixgbe: use eth_platform_get_mac_address()Sowmini Varadhan1-33/+2
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad9-63/+63
2016-04-04ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTAAlexander Duyck1-2/+2
2016-04-04irda: sh_irda: remove driverSimon Horman3-883/+0
2016-04-04net: macb: Fix simple typoMoritz Fischer1-1/+1
2016-04-04net: macb: Use ether_addr_copy over memcpyMoritz Fischer1-1/+1
2016-04-04net: macb: Fix coding style suggestionsMoritz Fischer1-22/+24
2016-04-04net: macb: Fix coding style warningsMoritz Fischer1-58/+42
2016-04-04net: macb: Fix coding style error messageMoritz Fischer1-1/+1
2016-04-04ravb: Add dma queue interrupt supportKazuya Mizuguchi3-48/+439
2016-04-04ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck2-18/+21
2016-04-04ixgbe: Extend trust to allow guest to set unicast addresschas williams1-1/+1
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov2-16/+8
2016-04-04sock: document timestamping via cmsg in DocumentationSoheil Hassas Yeganeh1-3/+45
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh16-49/+93
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh7-9/+28
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh5-6/+13
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh3-0/+24
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh3-2/+5
2016-04-04tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh1-1/+2
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2-11/+24
2016-04-04ixgbe: on recv increment rx.ring->stats.yieldsPavel Tikhomirov1-1/+1
2016-04-02stmmac: update MAINTAINERSAlexandre TORGUE1-0/+1
2016-04-02stmmac: update version to Jan_2016Alexandre TORGUE1-1/+1
2016-04-02Documentation: networking: update stmmacAlexandre TORGUE1-6/+38
2016-04-02stmmac: support new GMAC4Alexandre TORGUE4-54/+444
2016-04-02stmmac: add new DT platform entries for GMAC4Alexandre TORGUE3-0/+11
2016-04-02stmmac: enhance mmc counter managementAlexandre TORGUE5-176/+188
2016-04-02stmmac: add GMAC4 core supportAlexandre TORGUE4-3/+447
2016-04-02stmmac: add DMA support for GMAC 4.xxAlexandre TORGUE5-1/+793