summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva1-5/+4
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk1-1/+3
2017-06-23nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk1-2/+1
2017-06-23NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer1-1/+1
2017-06-23NFC: digital: NFC-A SEL_RES must be one byteMark Greer1-1/+2
2017-06-23NFC: digital: Delete an error message for memory allocation failureMarkus Elfring1-3/+1
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring1-4/+4
2017-06-19NFC: fix broken device allocationJohan Hovold2-15/+19
2017-06-18net: dsa: Fix legacy probingFlorian Fainelli1-11/+8
2017-06-18tls: update KconfigDave Watson1-2/+5
2017-06-18net: remove DST_NOCACHE flagWei Wang5-22/+15
2017-06-18net: remove DST_NOGC flagWei Wang5-14/+8
2017-06-18net: remove dst gc related codeWei Wang2-214/+0
2017-06-18decnet: take dst->__refcnt when struct dn_route is createdWei Wang1-17/+19
2017-06-18xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2-35/+32
2017-06-18ipv6: get rid of icmp6 dst garbage collectorWei Wang2-48/+1
2017-06-18ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-45/+19
2017-06-18ipv6: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-18ipv6: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-18ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2-17/+50
2017-06-18ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-16/+5
2017-06-18ipv4: call dst_hold_safe() properlyWei Wang1-3/+1
2017-06-18ipv4: call dst_dev_put() properlyWei Wang2-0/+6
2017-06-18ipv4: take dst->__refcnt when caching dst in fibWei Wang2-4/+20
2017-06-18net: introduce a new function dst_dev_put()Wei Wang1-0/+24
2017-06-18net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang1-2/+18
2017-06-18net: use loopback dev when generating blackhole routeWei Wang2-5/+6
2017-06-18udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2-16/+14
2017-06-18ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang1-4/+0
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot1-10/+20
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang1-10/+4
2017-06-16rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan1-1/+18
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan6-13/+21
2017-06-16rds: tcp: remove cp_outgoingSowmini Varadhan4-23/+4
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2-14/+32
2017-06-16networking: add and use skb_put_u8()Johannes Berg11-26/+26
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg41-68/+65
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg6-12/+15
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg52-226/+199
2017-06-16networking: introduce and use skb_put_data()Johannes Berg41-153/+113
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg28-101/+54
2017-06-16tls: Depend upon INET not plain NET.David S. Miller1-1/+1
2017-06-16net: dsa: assign default CPU port to all portsVivien Didelot1-11/+19
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc1-3/+12
2017-06-15net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc1-2/+2
2017-06-15tls: kernel TLS supportDave Watson6-0/+1280
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2-2/+4
2017-06-15tcp: ULP infrastructureDave Watson5-1/+190
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller48-154/+215
2017-06-14rxrpc: Cache the congestion window settingDavid Howells6-6/+19