aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix security issues reported by the android.security CTSStevan Marinkovic2016-03-111-0/+1
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-03-111-0/+24
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-117-7/+7
* cfg80211: allow registering to beaconsJohannes Berg2016-03-112-1/+71
* nl80211: add API to probe a clientJohannes Berg2016-03-111-0/+104
* nl80211: allow subscribing to unexpected class3 framesJohannes Berg2016-03-113-0/+85
* nl80211: advertise device AP SMEJohannes Berg2016-03-112-0/+8
* nl80211: advertise GTK rekey support, new triggersJohannes Berg2016-03-112-0/+53
* nl80211: support sending TDLS commands/framesArik Nemtsov2016-03-111-0/+85
* cfg80211/nl80211: Add PMKSA caching candidate eventJouni Malinen2016-03-113-0/+61
* cfg80211/nl80211: support GTK rekey offloadJohannes Berg2016-03-113-0/+127
* netfilter: xt_qtaguid: report only uid tags to non-privileged processesJP Abgrall2016-03-111-2/+3
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2016-03-111-2/+44
* ipv4: Check if dev_out is NULL in ip_route_output_slow()Dmitry Shmidt2016-03-111-1/+6
* net/ping: handle protocol mismatching scenarioJane Zhou2016-03-111-0/+2
* ipv4: Skip calling fib_detect_death() if fib_dev is NULLDmitry Shmidt2016-03-111-1/+1
* net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2016-03-111-0/+1
* tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2016-03-113-10/+34
* nf: xt_qtaguid: fix handling for cases where tunnels are used.JP Abgrall2016-03-111-81/+69
* netfilter: xt_qtaguid: extend iface stat to report protocolsJP Abgrall2016-03-113-43/+82
* netfilter: xt_qtaguid: remove AID_* dependency for access controlJP Abgrall2016-03-111-25/+26
* netfilter: qtaguid: Don't BUG_ON if create_if_tag_stat failsPontus Fuchs2016-03-111-0/+5
* netfilter: xt_qtaguid: fix error exit that would keep a spinlock.JP Abgrall2016-03-111-2/+2
* netfilter: xt_qtaguid: Allow tracking loopbackJP Abgrall2016-03-111-15/+4
* net: core: Support UID-based routing.Lorenzo Colitti2016-03-1119-8/+103
* ipv4: route non-local sources for raw socketJulian Anastasov2016-03-111-1/+2
* ipv4: use a 64bit load/store in output pathEric Dumazet2016-03-111-4/+17
* ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2016-03-113-7/+11
* ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2016-03-111-14/+18
* net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti2016-03-111-1/+4
* net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti2016-03-111-0/+2
* ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2016-03-111-3/+3
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2016-03-117-169/+652
* netfilter: qtaguid: rate limit some of the printksJP Abgrall2016-03-111-6/+7
* net: defer net_secret[] initializationEric Dumazet2016-03-112-4/+5
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2016-03-111-2/+2
* net: ipv4: current group_info should be put after using.JP Abgrall2016-03-111-4/+11
* net: Fix "ip rule delete table 256"Andreas Henriksson2016-03-111-1/+2
* net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2016-03-112-44/+99
* net: ipv6: allow choosing optimistic addresses with use_optimisticErik Kline2016-03-111-1/+3
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-25202-1090/+2093
|\
| * ipv6: tcp: fix panic in SYN processingEric Dumazet2013-10-221-1/+1
| * ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-131-31/+22
| * ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-131-2/+2
| * ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-10-131-2/+2
| * ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-137-11/+11
| * bridge: Clamp forward_delay when enabling STPHerbert Xu2013-10-133-8/+26
| * resubmit bridge: fix message_age_timer calculationChris Healy2013-10-131-1/+1
| * net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann2013-10-131-30/+12
| * netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-131-5/+4