aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkmakefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-11bonding: use return instead of gotoZhang Shengju1-6/+3
2016-02-11net: macb: add wake-on-lan support via magic packetSergio Prado3-6/+67
2016-02-11net: hamradio: baycom_ser_fdx: Replace timeval with timespec64Amitoj Kaur Chawla1-5/+7
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen3-10/+15
2016-02-11ethtool: future-proof interface for speed extensionsMichael S. Tsirkin1-3/+3
2016-02-11vrf: duplicate include of rtnetlink.hstephen hemminger1-1/+0
2016-02-11vxlan: udp_tunnel duplicate include net/udp_tunnel.hstephen hemminger1-1/+1
2016-02-11rds: duplicate include net/tcp.hstephen hemminger1-1/+0
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla1-1/+1
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck1-2/+1
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck1-15/+13
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck1-19/+18
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck1-4/+2
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck1-34/+30
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2-11/+5
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck2-2/+21
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2-16/+16
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck2-14/+16
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2-6/+6
2016-02-11hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com1-4/+7
2016-02-11sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree1-0/+184
2016-02-11ethtool: add IPv6 to the NFC APIEdward Cree1-6/+64
2016-02-11cxgb4/iw_cxgb4: TOS supportHariprasad Shenai3-17/+37
2016-02-11iw_cxgb4: remove false error log entryHariprasad Shenai1-2/+1
2016-02-11iw_cxgb4: make queue allocation code more readableHariprasad Shenai1-39/+42
2016-02-11net: fec: improve error handlingTroy Kisky1-4/+7
2016-02-11net: fec: don't transfer ownership until descriptor write is completeTroy Kisky1-1/+13
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky2-1/+2
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky2-26/+25
2016-02-11net: fec: add struct bufdesc_propTroy Kisky2-185/+132
2016-02-11net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky1-1/+1
2016-02-11net: fec: fix rx error countsTroy Kisky1-21/+15
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky2-0/+2
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov2-4/+7
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg5-0/+26
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg5-0/+26
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg4-0/+17
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg4-1/+34
2016-02-11MAINTAINERS: Update tg3 maintainerSiva Reddy Kallam1-0/+1
2016-02-11bpf_dbg: do not initialise statics to 0Wei Tang1-5/+5
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern1-1/+67
2016-02-11soreuseport: BPF selection functional test for TCPCraig Gallek4-8/+370
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek6-12/+93
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2-1/+2
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek12-42/+85
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek1-1/+6
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek6-46/+63
2016-02-11sock: struct proto hash function may errorCraig Gallek15-25/+53
2016-02-11be2net: Interpret and log new data that's added to the port misconfigure async eventAjit Khaparde4-27/+116
2016-02-11be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde2-29/+48