summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-30ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2016-01-30net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan1-6/+5
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet1-1/+4
2016-01-29mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-01-29cfg80211/wext: fix message orderingJohannes Berg2-1/+4
2016-01-29wext: fix message delay/orderingJohannes Berg1-11/+40
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2-26/+18
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg1-3/+3
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg1-2/+12
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg1-3/+3
2016-01-29tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-01-29switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2-9/+9
2016-01-29Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin...David S. Miller12-62/+82
2016-01-29tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-29inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2-2/+1
2016-01-29sctp: remove the dead field of sctp_transportXin Long3-19/+1
2016-01-29sctp: hold transport before we access t->asoc in sctp procXin Long1-0/+8
2016-01-29sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2-8/+13
2016-01-26rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2-0/+2
2016-01-25sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-25af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-43/+47
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-51/+109
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-259/+744
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-35/+35
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda1-0/+3
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke1-1/+3
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-3/+1
2016-01-23wrappers for ->i_mutex accessAl Viro2-35/+35
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-21libceph: remove outdated commentIlya Dryomov1-4/+0
2016-01-21libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov2-5/+2
2016-01-21libceph: invalidate AUTH in addition to a service ticketIlya Dryomov1-2/+14
2016-01-21libceph: fix authorizer invalidation, take 2Ilya Dryomov2-5/+23
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov1-3/+7
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov1-18/+58
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang1-9/+3
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang1-5/+2
2016-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-29/+46
2016-01-21net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2016-01-21gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-21net: drop tcp_memcontrol.cVladimir Davydov5-204/+0
2016-01-21mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+1
2016-01-21mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner1-1/+1
2016-01-21net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin1-5/+2
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin4-14/+32