summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-28sctp: remove the dead field of sctp_transportXin Long
2016-01-28sctp: hold transport before we access t->asoc in sctp procXin Long
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long
2016-01-26rfkill: fix rfkill_fop_read wait_event usageJohannes Berg
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-24af_unix: fix struct pid memory leakEric Dumazet
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-01-21libceph: remove outdated commentIlya Dryomov
2016-01-21libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov
2016-01-21libceph: invalidate AUTH in addition to a service ticketIlya Dryomov
2016-01-21libceph: fix authorizer invalidation, take 2Ilya Dryomov
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang
2016-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner
2016-01-20net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever
2016-01-19svcrdma: Clean up process_context()Chuck Lever
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek
2016-01-19af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2016-01-18ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa
2016-01-18netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso