summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-277-55/+52
|\
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0
| * openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-272-28/+27
| * ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-9/+9
| * net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
| * tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* | ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-1/+1
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-255-7/+7
* | ktime: Get rid of the unionThomas Gleixner2016-12-2514-30/+30
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2498-98/+98
|/
* 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
* 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
* 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
* net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti2016-12-221-1/+2
* tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet2016-12-211-0/+1
* RDS: use rb_entry()Geliang Tang2016-12-201-1/+1
* net_sched: sch_netem: use rb_entry()Geliang Tang2016-12-201-1/+1
* net_sched: sch_fq: use rb_entry()Geliang Tang2016-12-201-7/+7
* sctp: not copying duplicate addrs to the assoc's bind address listXin Long2016-12-202-0/+6
* sctp: reduce indent level in sctp_copy_local_addr_listXin Long2016-12-201-18/+19
* openvswitch: Add a missing break statement.Jarno Rajahalme2016-12-201-0/+1
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2016-12-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-1719-89/+105
|\
| * Merge tag 'mac80211-for-davem-2016-12-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-12-173-8/+11
| |\
| | * mac80211: fix legacy and invalid rx-rate reportBen Greear2016-12-151-6/+8
| | * mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard2016-12-131-1/+1
| | * mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg2016-12-131-1/+2
| * | net: ipv6: check route protocol when deleting routesMantas M2016-12-171-0/+2
| * | net/x25: use designated initializersKees Cook2016-12-171-1/+1
| * | net: use designated initializersKees Cook2016-12-171-1/+1
| * | ATM: use designated initializersKees Cook2016-12-174-55/+54
| * | net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+6
| * | sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long2016-12-171-4/+3
| * | sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long2016-12-171-1/+4
| * | irda: irnet: add member name to the miscdevice declarationLABBE Corentin2016-12-171-3/+3
| * | irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin2016-12-171-3/+0
| * | irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2016-12-171-1/+0
| * | irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2016-12-172-1/+1
| * | irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin2016-12-171-1/+0
| * | inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-172-8/+13
| * | inet: Don't go into port scan when looking for specific bind portTom Herbert2016-12-171-1/+1
| * | net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey2016-12-171-1/+1
| * | net/sched: cls_flower: Use mask for addr_typePaul Blakey2016-12-171-0/+4
| |/
* | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-169-507/+256
|\ \
| * | libceph: remove now unused finish_request() wrapperIlya Dryomov2016-12-141-10/+4
| * | libceph: always signal completion when doneIlya Dryomov2016-12-141-14/+11