summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-11net: hamradio: baycom_ser_fdx: Replace timeval with timespec64Amitoj Kaur Chawla
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen
2016-02-11ethtool: future-proof interface for speed extensionsMichael S. Tsirkin
2016-02-11vrf: duplicate include of rtnetlink.hstephen hemminger
2016-02-11vxlan: udp_tunnel duplicate include net/udp_tunnel.hstephen hemminger
2016-02-11rds: duplicate include net/tcp.hstephen hemminger
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla
2016-02-11Merge branch 'gso-checksums'David S. Miller
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck
2016-02-11hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com
2016-02-11Merge branch 'ethtool-nfc-ipv6'David S. Miller
2016-02-11sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree
2016-02-11ethtool: add IPv6 to the NFC APIEdward Cree
2016-02-11Merge branch 'cxgb4-tos'David S. Miller
2016-02-11cxgb4/iw_cxgb4: TOS supportHariprasad Shenai
2016-02-11iw_cxgb4: remove false error log entryHariprasad Shenai
2016-02-11iw_cxgb4: make queue allocation code more readableHariprasad Shenai
2016-02-11Merge branch 'fec-next'David S. Miller
2016-02-11net: fec: improve error handlingTroy Kisky
2016-02-11net: fec: don't transfer ownership until descriptor write is completeTroy Kisky
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky
2016-02-11net: fec: add struct bufdesc_propTroy Kisky
2016-02-11net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky
2016-02-11net: fec: fix rx error countsTroy Kisky
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-11MAINTAINERS: Update tg3 maintainerSiva Reddy Kallam
2016-02-11bpf_dbg: do not initialise statics to 0Wei Tang
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern
2016-02-11Merge branch 'tcp-fast-so_reuseport'David S. Miller
2016-02-11soreuseport: BPF selection functional test for TCPCraig Gallek
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek