aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller20-363/+1564
2017-04-21net_sched: remove useless NULL to tp->rootWANG Cong3-20/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong12-126/+132
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann1-0/+14
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2-1/+11
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek5-42/+90
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek3-3/+36
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli1-5/+0
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez1-1/+1
2017-04-20net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org1-9/+15
2017-04-20tcp: remove poll() flakes with FastOpenEric Dumazet1-7/+9
2017-04-20tcp: remove poll() flakes when receiving RSTEric Dumazet1-2/+2
2017-04-20bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser1-1/+2
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller36-439/+1338
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert5-0/+152
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-25/+16
2017-04-19esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari2-5/+6
2017-04-19esp6: fix incorrect null pointer check on xoColin Ian King1-1/+1
2017-04-18sctp: process duplicated strreset asoc request correctlyXin Long1-4/+15
2017-04-18sctp: process duplicated strreset in and addstrm in requests correctlyXin Long1-9/+29
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long1-10/+29
2017-04-18nl80211: Fix enum type of variable in nl80211_put_sta_rate()Matthias Kaehlcke1-1/+1
2017-04-18mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke1-2/+2
2017-04-18cfg80211: Fix array-bounds warning in fragment copyMatthias Kaehlcke1-3/+3
2017-04-18mac80211: keep a separate list of monitor interfaces that are upJohannes Berg4-12/+22
2017-04-18nl80211: add request id in scheduled scan event messagesArend Van Spriel3-17/+14
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern23-94/+154
2017-04-17ipv6: sr: fix BUG due to headroom too small after SRH pushDavid Lebrun1-0/+8
2017-04-17gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-04-17sctp: get list_of_streams of strreset outreq earlierXin Long1-4/+4
2017-04-17Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng1-6/+1
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal1-2/+5
2017-04-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller9-182/+176
2017-04-17net: bridge: notify on hw fdb takeoverNikolay Aleksandrov1-1/+3
2017-04-17kcm: remove a useless copy_from_user()WANG Cong1-4/+0
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger2-0/+54
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2-1/+3
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn3-14/+6
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong3-9/+5
2017-04-17net: ipv6: send unsolicited NA on admin upDavid Ahern1-0/+2
2017-04-17net: dsa: isolate legacy codeVivien Didelot4-767/+825
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-67/+134
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-25/+62
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert3-63/+71
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari5-0/+11
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2-0/+32
2017-04-14esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert2-4/+20
2017-04-14xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert1-2/+157
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert5-4/+203
2017-04-14esp6: Reorganize esp_outputSteffen Klassert2-124/+243