summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-3184-384/+674
|\
| * neigh: Netlink notification for administrative NUD state changeBob Gilligan2013-12-171-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-12-173-1/+3
| |\
| | * netfilter: nft_reject: fix endianness in dump functionEric Leblond2013-12-121-1/+1
| | * netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-112-0/+2
| * | net: unix: allow bind to fail on mutex lockSasha Levin2013-12-171-2/+6
| * | udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet2013-12-171-9/+4
| * | sctp: loading sctp when load sctp_probewangweidong2013-12-161-1/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-1559-291/+472
| |\ \
| | * | sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-111-2/+4
| | * | udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet2013-12-111-6/+16
| | * | udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet2013-12-111-3/+6
| | * | net: sched: htb: fix the calculation of quantumYang Yingliang2013-12-111-8/+12
| | * | net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-111-45/+70
| | |/
| | * udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet2013-12-101-10/+6
| | * sctp: fix up a spacingwangweidong2013-12-101-5/+2
| | * sctp: add check rto_min and rto_max in sysctlwangweidong2013-12-101-4/+65
| | * sctp: check the rto_min and rto_max in setsockoptwangweidong2013-12-101-10/+22
| | * ipv6: do not erase dst address with flow label destinationFlorent Fourcot2013-12-106-6/+0
| | * sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-104-11/+13
| | * tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue2013-12-101-3/+8
| | * tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-101-3/+4
| | * net: unix: allow set_peek_off to failSasha Levin2013-12-102-3/+7
| | * inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-102-2/+9
| | * net: drop_monitor: fix the value of maxattrChangli Gao2013-12-091-1/+0
| | * ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-091-5/+3
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-12-093-28/+45
| | |\
| | | * netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso2013-12-071-13/+33
| | | * netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich2013-12-071-14/+11
| | | * netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones2013-11-251-1/+1
| | * | packet: fix send path when running with proto == 0Daniel Borkmann2013-12-091-25/+40
| | * | br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2013-12-062-1/+11
| | * | net: clear local_df when passing skb between namespacesHannes Frederic Sowa2013-12-051-0/+1
| | * | tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-051-7/+0
| | * | sctp: disable max_burst when the max_burst is 0wangweidong2013-12-051-1/+1
| | * | net_sched: Use default action walker methodsJamal Hadi Salim2013-12-058-9/+0
| | * | net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-051-6/+3
| | * | net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-057-8/+0
| | * | net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-051-2/+3
| | * | net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-051-4/+8
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0515-59/+99
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-0/+10
| | | |\ \
| | | | * | mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich2013-12-021-0/+4
| | | | * | cfg80211: disable CSA for all driversSimon Wunderlich2013-12-021-0/+6
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-2514-59/+89
| | | |\| |
| | | | * | mac80211: set hw initial idle stateKarl Beldan2013-11-251-0/+2
| | | | * | mac80211: use capped prob when computing throughputsKarl Beldan2013-11-251-1/+1
| | | | * | cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau2013-11-251-0/+4
| | | | * | mac80211: fix connection pollingEliad Peller2013-11-251-0/+2
| | | | * | mac80211: fix the mesh channel switch supportChun-Yeow Yeoh2013-11-255-14/+24