aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-10-13Merge tag 'v3.18.22' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-09-28net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-28rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-09-28netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-09-28inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-09-28ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-28bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-09-28net: Fix skb csum races when peekingHerbert Xu
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-27bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov
2015-09-27net/tipc: initialize security state for new connection socketStephen Smalley
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-09-27ipv6: Make MLD packets to only be processed locallyAngga
2015-09-10Merge branch 'linaro-android-3.18-lsk' of git://android.git.linaro.org/kernel...lsk-v3.18-15.09-androidKevin Hilman
2015-09-10Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-09-10net: sysctl_net_core: delete unused variableAmit Pundir
2015-09-10tcp: Silence warning: ‘in’ may be used uninitializedJon Medhurst
2015-09-10Merge branch 'android-3.18' of https://android.googlesource.com/kernel/commonAmit Pundir
2015-09-04net: fix crash in tcp_nuke_addr()Dmitry Torokhov
2015-09-04net: xt_qtaguid/xt_socket: fix refcount underflow and crashDmitry Torokhov
2015-09-04net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov
2015-09-04nf: IDLETIMER: fix lockdep warningDmitry Torokhov
2015-08-27ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-08-27xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck
2015-08-27ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-08-27rds: rds_ib_device.refcount overflowWengang Wang
2015-08-27mac80211: clear subdir_stations when removing debugfsTom Hughes
2015-08-24Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-08-24Merge branch 'v3.18/topic/fixes' into linux-linaro-lsk-v3.18Kevin Hilman
2015-08-24net: sysctl_net_core: Fix warning: 'one' defined but not usedJon Medhurst
2015-08-10Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-08-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-08-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro
2015-08-04mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior
2015-08-04Revert "can: fix loss of CAN frames in raw_rcv"Sasha Levin
2015-07-20rtnl: restore notifications for deleted interfacesNicolas Dichtel
2015-07-13netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso
2015-07-13netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso
2015-07-13netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson
2015-07-12can: fix loss of CAN frames in raw_rcvOliver Hartkopp
2015-07-12netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang
2015-07-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-07-05sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov
2015-07-05packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-05packet: read num_members once in packet_rcv_fanout()Eric Dumazet