aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli1-4/+2
2017-01-23net: mpls: Fix multipath selection for LSR use caseDavid Ahern1-23/+25
2017-01-20bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera1-14/+19
2017-01-20Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller1-1/+1
2017-01-20net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+1
2017-01-20ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet1-0/+2
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang1-2/+2
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-01-19ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern3-7/+75
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-92/+152
2017-01-16net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim1-3/+2
2017-01-16ax25: Fix segfault after sock connection timeoutBasil Gunn1-1/+1
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann2-5/+4
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan5-13/+13
2017-01-16ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki1-2/+2
2017-01-16mld: do not remove mld souce list info when set link downHangbin Liu1-21/+30
2017-01-16Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-6/+8
2017-01-15Merge tag 'mac80211-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller9-37/+80
2017-01-15openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-2/+4
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-01-13ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2-1/+5
2017-01-13mac80211: prevent skb/txq mismatchMichal Kazior1-10/+7
2017-01-13mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau1-4/+9
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew1-3/+7
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2017-01-12net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2-5/+9
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2017-01-11mac80211: recalculate min channel width on VHT opmode changesJohannes Berg3-9/+25
2017-01-11mac80211: calculate min channel width correctlyJohannes Berg2-3/+2
2017-01-11cfg80211: consider VHT opmode on station updateBeni Lev1-0/+15
2017-01-11mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach1-2/+2
2017-01-11mac80211: Fix headroom allocation when forwarding mesh pktCedric Izoard1-1/+2
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King1-1/+1
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-11cgroup: move CONFIG_SOCK_CGROUP_DATA to init/KconfigArnd Bergmann1-4/+0
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck1-4/+4
2017-01-10gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-10net/af_iucv: don't use paged skbs for TX on HiperSocketsJulian Wiedmann1-11/+14
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2017-01-10net: qrtr: Mark 'buf' as little endianStephen Boyd1-2/+2
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli1-4/+7