summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "sctp: fix missing include file"David S. Miller2013-12-221-1/+0
* sctp: fix missing include filesfeldma@cumulusnetworks.com2013-12-211-0/+1
* tcp: autocork should not hold first packet in write queueEric Dumazet2013-12-201-4/+10
* net_sched: fix regression in tc_action_opsEric Dumazet2013-12-201-40/+13
* net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet2013-12-201-12/+10
* net_sched: fix a regression in tc actionsWANG Cong2013-12-209-11/+11
* bridge: change the position of '{' to the pre linetanxiaojun2013-12-204-18/+9
* bridge: change "foo* bar" to "foo *bar"tanxiaojun2013-12-202-10/+10
* bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-207-12/+12
* bridge: remove unnecessary parenthesestanxiaojun2013-12-202-3/+3
* bridge: remove unnecessary condition judgmenttanxiaojun2013-12-202-4/+2
* rps: NUMA flow limit allocationsEric Dumazet2013-12-201-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-2023-223/+222
|\
| * xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-163-24/+31
| * xfrm: check user specified spi for IPCompFan Du2013-12-161-1/+3
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-0619-35/+25
| * xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-063-42/+5
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-064-108/+129
| * xfrm: Using the right namespace to migrate key infoFan Du2013-12-063-7/+9
| * xfrm: Try to honor policy index if it's supplied by userFan Du2013-12-062-6/+20
* | sch_cbq: remove unnecessary null pointer checkYang Yingliang2013-12-191-2/+1
* | act_police: remove unnecessary null pointer checkYang Yingliang2013-12-191-4/+2
* | net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2013-12-193-0/+756
* | bridge: spelling fixestanxiaojun2013-12-183-3/+3
* | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-186-5/+17
* | ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2013-12-181-1/+3
* | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-185-14/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1831-157/+311
|\ \
| * | 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-171-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-121-2/+4
| | * | | udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet2013-12-121-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-111-10/+6
| | * | sctp: fix up a spacingwangweidong2013-12-111-5/+2
| | * | sctp: add check rto_min and rto_max in sysctlwangweidong2013-12-111-4/+65
| | * | sctp: check the rto_min and rto_max in setsockoptwangweidong2013-12-111-10/+22
| | * | ipv6: do not erase dst address with flow label destinationFlorent Fourcot2013-12-116-6/+0
| | * | sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-114-11/+13
| | * | tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue2013-12-111-3/+8
| | * | tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-111-3/+4
| | * | net: unix: allow set_peek_off to failSasha Levin2013-12-112-3/+7