summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-02esp4: Support RX checksum with crypto offloadIlan Tayari2-4/+14
2017-08-02net: dsa: rename switch EEE opsVivien Didelot1-4/+4
2017-08-02net: dsa: remove PHY device argument from .set_eeeVivien Didelot1-1/+1
2017-08-02net: dsa: call phy_init_eee in DSA layerVivien Didelot1-0/+6
2017-08-02net: dsa: PHY device is mandatory for EEEVivien Didelot1-8/+10
2017-08-02net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-29/+59
2017-08-02strparser: Generalize strparserTom Herbert3-162/+223
2017-08-02skbuff: Function to send an skbuf on a socketTom Herbert1-0/+101
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert4-13/+77
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-52/+81
2017-08-01Revert "l2tp: constify inet6_protocol structures"Julia Lawall1-1/+1
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall3-3/+3
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-52/+79
2017-08-01udp6: fix jumbogram receptionPaolo Abeni2-1/+11
2017-08-01ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki1-1/+1
2017-08-01ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-08-01tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19
2017-08-01tcp: extract the function to compute delivery rateWei Wang1-7/+16
2017-08-01tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-08-01tcp: remove CA_ACK_SLOWPATHFlorian Westphal2-46/+20
2017-08-01tcp: remove header predictionFlorian Westphal4-190/+10
2017-08-01tcp: remove low_latency sysctlFlorian Westphal2-2/+3
2017-08-01tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-08-01tcp: remove prequeue supportFlorian Westphal6-242/+2
2017-07-31net sched actions: add time filter for action dumpingJamal Hadi Salim1-1/+20
2017-07-31net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim1-10/+40
2017-07-31net sched actions: Use proper root attribute table for actionsJamal Hadi Salim1-2/+2
2017-07-30tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3
2017-07-30net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+34
2017-07-30udp6: fix socket leak on early demuxPaolo Abeni2-10/+20
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong1-0/+2
2017-07-29net/smc: synchronize buffer usage with deviceUrsula Braun7-0/+91
2017-07-29net/smc: cleanup function __smc_buf_create()Ursula Braun1-51/+63
2017-07-29net/smc: common functions for RMBs and send buffersUrsula Braun3-219/+148
2017-07-29net/smc: introduce sg-logic for send buffersUrsula Braun5-51/+38
2017-07-29net/smc: remove Kconfig warningUrsula Braun1-4/+0
2017-07-29net/smc: register RMB-related memory regionUrsula Braun6-2/+115
2017-07-29net/smc: use separate memory regions for RMBsUrsula Braun5-7/+71
2017-07-29net/smc: introduce sg-logic for RMBsUrsula Braun5-26/+76
2017-07-29net/smc: shorten local bufsize variablesUrsula Braun1-29/+25
2017-07-29net/smc: serialize connection creation in all casesUrsula Braun1-7/+1
2017-07-29l2tp: constify inet6_protocol structuresJulia Lawall1-1/+1
2017-07-29ipv6: constify inet6_protocol structuresJulia Lawall3-3/+3
2017-07-27dccp: fix a memleak for dccp_feat_init err processXin Long1-2/+5
2017-07-27dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long1-0/+1
2017-07-27dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long1-0/+1
2017-07-27netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke1-1/+1
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni1-1/+1
2017-07-26ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-07-256lowpan: fix set not used warningstephen hemminger1-3/+0