aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-11-11Merge branch 'v3.18/topic/aosp' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-04Merge tag 'v3.18.24' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-10-28fib_rules: Fix dump_rules() not to exit earlyRoland Dreier
2015-10-28Don't kill IPv4 sockets when killing IPv6 sockets was requested.Lorenzo Colitti
2015-10-27net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-10-27batman-adv: Fix potentially broken skb network header accessLinus Lüssing
2015-10-27batman-adv: Make TT capability changes atomicLinus Lüssing
2015-10-27batman-adv: Make NC capability changes atomicLinus Lüssing
2015-10-27batman-adv: Make DAT capability changes atomicLinus Lüssing
2015-10-27batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner
2015-10-27ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov
2015-10-27ipvs: skb_orphan in case of forwardingAlex Gartrell
2015-10-27ipvs: fix crash if scheduler is changedJulian Anastasov
2015-10-27ipvs: do not use random local source address for tunnelsJulian Anastasov
2015-10-27netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal
2015-10-27netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner
2015-10-27netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso
2015-10-27netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso
2015-10-27netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso
2015-10-27netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2015-10-27netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso
2015-10-27svcrdma: Fix send_reply() scatter/gather set-upChuck Lever
2015-10-27tcp: add proper TS val into RST packetsEric Dumazet
2015-10-27udp: fix dst races with multicast early demuxEric Dumazet
2015-10-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-10-27fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-27openvswitch: Zero flows on allocation.Jesse Gross
2015-10-27sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-10-27netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann
2015-10-27net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing
2015-10-27ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann
2015-10-27ip6_gre: release cached dst on tunnel removalhuaibin Wang
2015-10-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-10-27if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-10-20Merge branch 'test/linux-linaro-lsk-v3.18-android' of git://android.git.linar...lsk-v3.18-15.10-androidKevin Hilman
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-10-13Merge branch 'android-3.18' of https://android.googlesource.com/kernel/commonAmit Pundir
2015-10-07mac80211: enable assoc check for mesh interfacesBob Copeland
2015-09-30ipv6: sysctl to restrict candidate source addressesErik Kline
2015-09-30ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki
2015-09-30ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明
2015-09-30ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明
2015-09-30net: ipv6: allow explicitly choosing optimistic addressesErik Kline
2015-09-30net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline
2015-09-30Revert "net: ipv6: Add a sysctl to make optimistic addresses useful candidates"Lorenzo Colitti
2015-09-30Revert "net: ipv6: allow choosing optimistic addresses with use_optimistic"Lorenzo Colitti
2015-09-30net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-09-30net: core: fix UID-based routing buildAmit Pundir