| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: fix recovering from 0 win with small data chunks | Marcelo Ricardo Leitner | 2016-12-23 | 1 | -1/+1 |
* | sctp: do not loose window information if in rwnd_over | Marcelo Ricardo Leitner | 2016-12-23 | 1 | -1/+1 |
* | neigh: Send netevent after marking neigh as dead | Ido Schimmel | 2016-12-23 | 1 | -0/+1 |
* | ipv6: handle -EFAULT from skb_copy_bits | Dave Jones | 2016-12-23 | 1 | -1/+5 |
* | inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets | Willem de Bruijn | 2016-12-23 | 2 | -2/+2 |
* | net/sched: cls_flower: Mandate mask when matching on flags | Or Gerlitz | 2016-12-23 | 1 | -11/+12 |
* | net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6 | Or Gerlitz | 2016-12-23 | 1 | -2/+2 |
* | net: ipv4: Don't crash if passing a null sk to ip_do_redirect. | Lorenzo Colitti | 2016-12-22 | 1 | -1/+2 |
* | tcp: add a missing barrier in tcp_tasklet_func() | Eric Dumazet | 2016-12-21 | 1 | -0/+1 |
* | RDS: use rb_entry() | Geliang Tang | 2016-12-20 | 1 | -1/+1 |
* | net_sched: sch_netem: use rb_entry() | Geliang Tang | 2016-12-20 | 1 | -1/+1 |
* | net_sched: sch_fq: use rb_entry() | Geliang Tang | 2016-12-20 | 1 | -7/+7 |
* | sctp: not copying duplicate addrs to the assoc's bind address list | Xin Long | 2016-12-20 | 2 | -0/+6 |
* | sctp: reduce indent level in sctp_copy_local_addr_list | Xin Long | 2016-12-20 | 1 | -18/+19 |
* | openvswitch: Add a missing break statement. | Jarno Rajahalme | 2016-12-20 | 1 | -0/+1 |
* | ipv4: Should use consistent conditional judgement for ip fragment in __ip_app... | zheng li | 2016-12-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-12-18 | 19 | -89/+105 |
|\ |
|
| * | Merge tag 'mac80211-for-davem-2016-12-16' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2016-12-18 | 3 | -8/+11 |
| |\ |
|
| | * | mac80211: fix legacy and invalid rx-rate report | Ben Greear | 2016-12-15 | 1 | -6/+8 |
| | * | mac80211: Ensure enough headroom when forwarding mesh pkt | Cedric Izoard | 2016-12-13 | 1 | -1/+1 |
| | * | mac80211: don't call drv_set_default_unicast_key() for VLANs | Johannes Berg | 2016-12-13 | 1 | -1/+2 |
| * | | net: ipv6: check route protocol when deleting routes | Mantas M | 2016-12-18 | 1 | -0/+2 |
| * | | net/x25: use designated initializers | Kees Cook | 2016-12-17 | 1 | -1/+1 |
| * | | net: use designated initializers | Kees Cook | 2016-12-17 | 1 | -1/+1 |
| * | | ATM: use designated initializers | Kees Cook | 2016-12-17 | 4 | -55/+54 |
| * | | net: xdp: add invalid buffer warning | John Fastabend | 2016-12-17 | 1 | -0/+6 |
| * | | sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ... | Xin Long | 2016-12-17 | 1 | -4/+3 |
| * | | sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lock | Xin Long | 2016-12-17 | 1 | -1/+4 |
| * | | irda: irnet: add member name to the miscdevice declaration | LABBE Corentin | 2016-12-17 | 1 | -3/+3 |
| * | | irda: irnet: Remove unused IRNET_MAJOR define | LABBE Corentin | 2016-12-17 | 1 | -3/+0 |
| * | | irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h | LABBE Corentin | 2016-12-17 | 1 | -1/+0 |
| * | | irda: irnet: Move linux/miscdevice.h include | LABBE Corentin | 2016-12-17 | 2 | -1/+1 |
| * | | irda: irproc.c: Remove unneeded linux/miscdevice.h include | LABBE Corentin | 2016-12-17 | 1 | -1/+0 |
| * | | inet: Fix get port to handle zero port number with soreuseport set | Tom Herbert | 2016-12-17 | 2 | -8/+13 |
| * | | inet: Don't go into port scan when looking for specific bind port | Tom Herbert | 2016-12-17 | 1 | -1/+1 |
| * | | net/sched: cls_flower: Use masked key when calling HW offloads | Paul Blakey | 2016-12-17 | 1 | -1/+1 |
| * | | net/sched: cls_flower: Use mask for addr_type | Paul Blakey | 2016-12-17 | 1 | -0/+4 |
| |/ |
|
* | | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-12-16 | 9 | -507/+256 |
|\ \ |
|
| * | | libceph: remove now unused finish_request() wrapper | Ilya Dryomov | 2016-12-14 | 1 | -10/+4 |
| * | | libceph: always signal completion when done | Ilya Dryomov | 2016-12-14 | 1 | -14/+11 |
| * | | crush: include mapper.h in mapper.c | Tobias Klauser | 2016-12-12 | 1 | -0/+2 |
| * | | libceph: no need to drop con->mutex for ->get_authorizer() | Ilya Dryomov | 2016-12-12 | 1 | -6/+0 |
| * | | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 2016-12-12 | 4 | -6/+6 |
| * | | libceph: verify authorize reply on connect | Ilya Dryomov | 2016-12-12 | 1 | -0/+13 |
| * | | libceph: no need for GFP_NOFS in ceph_monc_init() | Ilya Dryomov | 2016-12-12 | 1 | -6/+6 |
| * | | libceph: stop allocating a new cipher on every crypto request | Ilya Dryomov | 2016-12-12 | 2 | -25/+61 |
| * | | libceph: uninline ceph_crypto_key_destroy() | Ilya Dryomov | 2016-12-12 | 2 | -8/+9 |
| * | | libceph: remove now unused ceph_*{en,de}crypt*() functions | Ilya Dryomov | 2016-12-12 | 2 | -383/+0 |
| * | | libceph: switch ceph_x_decrypt() to ceph_crypt() | Ilya Dryomov | 2016-12-12 | 1 | -46/+32 |
| * | | libceph: switch ceph_x_encrypt() to ceph_crypt() | Ilya Dryomov | 2016-12-12 | 1 | -34/+37 |