Age | Commit message (Expand) | Author |
2016-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-01-30 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2016-01-29 | tcp: avoid cwnd undo after receiving ECN | Yuchung Cheng |
2016-01-29 | irda: fix a potential use-after-free in ircomm_param_request | WANG Cong |
2016-01-29 | ipv6/udp: use sticky pktinfo egress ifindex on connect() | Paolo Abeni |
2016-01-29 | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() | Paolo Abeni |
2016-01-29 | netlink: not trim skb for mmaped socket when dump | Ken-ichirou MATSUZAWA |
2016-01-29 | fib_trie: Fix shift by 32 in fib_table_lookup | Alexander Duyck |
2016-01-29 | ipv4: ipconfig: avoid unused ic_proto_used symbol | Arnd Bergmann |
2016-01-29 | net_sched: drr: check for NULL pointer in drr_dequeue | Bernie Harris |
2016-01-29 | tipc: fix connection abort during subscription cancel | Parthasarathy Bhuvaragan |
2016-01-29 | ipv4: early demux should be aware of fragments | Eric Dumazet |
2016-01-29 | Bluetooth: Fix incorrect removing of IRKs | Johan Hedberg |
2016-01-29 | Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CID | Johan Hedberg |
2016-01-29 | Bluetooth: L2CAP: Fix auto-allocating LE PSM values | Johan Hedberg |
2016-01-29 | Bluetooth: L2CAP: Introduce proper defines for PSM ranges | Johan Hedberg |
2016-01-28 | tcp: beware of alignments in tcp_get_info() | Eric Dumazet |
2016-01-28 | switchdev: Require RTNL mutex to be held when sending FDB notifications | Ido Schimmel |
2016-01-28 | Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2016-01-28 | tcp: fix tcp_mark_head_lost to check skb len before fragmenting | Neal Cardwell |
2016-01-28 | inet: frag: Always orphan skbs inside ip_defrag() | Joe Stringer |
2016-01-28 | sctp: remove the dead field of sctp_transport | Xin Long |
2016-01-28 | sctp: hold transport before we access t->asoc in sctp proc | Xin Long |
2016-01-28 | sctp: fix the transport dead race check by using atomic_add_unless on refcnt | Xin Long |
2016-01-26 | rfkill: fix rfkill_fop_read wait_event usage | Johannes Berg |
2016-01-26 | mac80211: Requeue work after scan complete for all VIF types. | Sachin Kulkarni |
2016-01-25 | sit: set rtnl_link_ops before calling register_netdevice | Thadeu Lima de Souza Cascardo |
2016-01-25 | ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV | Thomas Egerer |
2016-01-24 | sctp: allow setting SCTP_SACK_IMMEDIATELY by the application | Marcelo Ricardo Leitner |
2016-01-24 | af_unix: fix struct pid memory leak | Eric Dumazet |
2016-01-24 | Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2016-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds |
2016-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-01-23 | Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets | Lukasz Duda |
2016-01-23 | Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences | Glenn Ruben Bakke |
2016-01-22 | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-21 | tcp: fix NULL deref in tcp_v4_send_ack() | Eric Dumazet |
2016-01-21 | libceph: remove outdated comment | Ilya Dryomov |
2016-01-21 | libceph: kill off ceph_x_ticket_handler::validity | Ilya Dryomov |
2016-01-21 | libceph: invalidate AUTH in addition to a service ticket | Ilya Dryomov |
2016-01-21 | libceph: fix authorizer invalidation, take 2 | Ilya Dryomov |
2016-01-21 | libceph: clear messenger auth_retry flag if we fault | Ilya Dryomov |
2016-01-21 | libceph: fix ceph_msg_revoke() | Ilya Dryomov |
2016-01-21 | libceph: use list_for_each_entry_safe | Geliang Tang |
2016-01-21 | libceph: use list_next_entry instead of list_entry_next | Geliang Tang |
2016-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2016-01-20 | net: diag: support v4mapped sockets in inet_diag_find_one_icsk() | Eric Dumazet |
2016-01-20 | gro: Make GRO aware of lightweight tunnels. | Jesse Gross |