summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan2016-12-231-1/+2
* tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* ipvlan: fix multicast processingMahesh Bandewar2016-12-232-11/+20
* ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2016-12-232-14/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-2325-146/+197
|\
| * sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner2016-12-231-1/+1
| * sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner2016-12-231-1/+1
| * Merge branch 'virtio-net-xdp-fixes'David S. Miller2016-12-231-70/+102
| |\
| | * virtio-net: XDP support for small buffersJason Wang2016-12-231-25/+87
| | * virtio-net: remove big packet XDP codesJason Wang2016-12-231-41/+3
| | * virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is supportJason Wang2016-12-231-1/+3
| | * virtio-net: make rx buf size estimation works for XDPJason Wang2016-12-231-0/+3
| | * virtio-net: unbreak csumed packets for XDP_PASSJason Wang2016-12-231-2/+2
| | * virtio-net: correctly handle XDP_PASS for linearized packetsJason Wang2016-12-231-2/+8
| | * virtio-net: fix page miscount during XDP linearizingJason Wang2016-12-231-8/+11
| | * virtio-net: correctly xmit linearized page on XDP_TXJason Wang2016-12-231-1/+1
| | * virtio-net: remove the warning before XDP linearizingJason Wang2016-12-231-7/+1
| |/
| * Merge branch 'mlxsw-router-fixes'David S. Miller2016-12-232-4/+10
| |\
| | * mlxsw: spectrum_router: Correctly remove nexthop groupsIdo Schimmel2016-12-231-0/+3
| | * mlxsw: spectrum_router: Don't reflect dead neighsIdo Schimmel2016-12-231-4/+6
| | * neigh: Send netevent after marking neigh as deadIdo Schimmel2016-12-231-0/+1
| |/
| * ipv6: handle -EFAULT from skb_copy_bitsDave Jones2016-12-231-1/+5
| * inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-232-2/+2
| * Merge branch 'cls_flower-act_tunnel_key-fixes'David S. Miller2016-12-232-13/+14
| |\
| | * net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz2016-12-231-11/+12
| | * net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz2016-12-231-2/+2
| |/
| * stmmac: CSR clock configuration fixjpinto2016-12-233-6/+6
| * Merge tag 'wireless-drivers-for-davem-2016-12-22' of git://git.kernel.org/pub...David S. Miller2016-12-225-5/+10
| |\
| | * rtlwifi: Fix kernel oops introduced with commit e49656147359Larry Finger2016-12-211-1/+2
| | * ath9k: do not return early to fix rcu unlockingTobias Klausmann2016-12-211-1/+1
| | * ath10k: free host-mem with DMA_BIRECTIONAL flagBen Greear2016-12-201-1/+1
| | * brcmfmac: fix uninitialized field in scheduled scan ssid configurationArend Van Spriel2016-12-201-0/+1
| | * brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel2016-12-201-2/+5
| * | net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti2016-12-221-1/+2
| * | net: fddi: skfp: use %p format specifier for addresses rather than %xColin Ian King2016-12-213-8/+8
| * | tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet2016-12-211-0/+1
| * | net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni2016-12-211-29/+30
| * | net: ethernet: stmmac: dwmac-rk: make clk enablement first in powerupHeiko Stübner2016-12-211-4/+4
| * | be2net: Increase skb headroom size to 256 bytesKalesh A P2016-12-211-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-2315-167/+197
|\ \ \
| * \ \ Merge branch 'work.namespace' into for-linusAl Viro2016-12-232-44/+38
| |\ \ \
| | * | | reorganize do_make_slave()Al Viro2016-12-162-38/+38
| | * | | clone_private_mount() doesn't need to touch namespace_semAl Viro2016-12-161-2/+0
| | * | | remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()Al Viro2016-12-161-4/+0
| * | | | sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2016-12-232-0/+6
| * | | | ufs: fix function declaration for ufs_truncate_blocksJeff Layton2016-12-231-1/+1
| * | | | fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-231-2/+8
| * | | | seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-231-0/+7
| * | | | vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-233-9/+13
| * | | | [iov_iter] fix iterate_all_kinds() on empty iteratorsAl Viro2016-12-231-29/+26