summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke
2016-01-23tree 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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-01-21net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2016-01-21gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-21net: drop tcp_memcontrol.cVladimir Davydov
2016-01-21mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner
2016-01-21mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner
2016-01-21net/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
2016-01-18netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet
2016-01-18sctp: the temp asoc's transports should not be hashed/unhashedXin Long
2016-01-16batman-adv: Drop immediate orig_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_hardif_neigh_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-01-15bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov
2016-01-15net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven