summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-19netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso1-5/+95
2013-03-19xfrm: use xfrm direction when lookup policyBaker Zhang1-2/+21
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa4-16/+35
2013-03-19can: dump stack on protocol bugsOliver Hartkopp1-7/+4
2013-03-19ipvs: remove extra rcu lockJulian Anastasov1-2/+0
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov2-4/+15
2013-03-19ipvs: fix some sparse warningsJulian Anastasov2-8/+2
2013-03-19ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov1-3/+5
2013-03-19ipvs: fix sctp chunk length orderJulian Anastasov1-7/+9
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-0/+1
2013-03-18tcp: dont handle MTU reduction on LISTEN socketEric Dumazet2-7/+14
2013-03-18net: Fix a comment typoKusanagi Kouichi1-1/+1
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-95/+232
2013-03-17tcp: Remove TCPCTChristoph Paasch12-701/+35
2013-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller4-20/+12
2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan1-2/+1
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich1-0/+1
2013-03-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-9/+55
2013-03-17vxlan: generalize forwarding tablesDavid Stevens1-1/+1
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-16Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs1-4/+1
2013-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-9/+55
2013-03-15ipv4: replace ip_fast_csum with csum_replace2Li RongQing1-3/+2
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller5-7/+12
2013-03-15VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant2-3/+16
2013-03-15netfilter: ip6t_NPT: restrict to mangle tableFlorian Westphal1-0/+2
2013-03-15netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso1-1/+1
2013-03-15netfilter: nfnetlink_queue: fix incorrect initialization of copy range fieldPablo Neira Ayuso1-1/+1
2013-03-15netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng4-24/+24
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng1-2/+1
2013-03-15netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa1-6/+2
2013-03-15bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu1-3/+1
2013-03-15ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu1-3/+1
2013-03-15netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki1-8/+3
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes1-0/+1
2013-03-14tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll3-0/+246
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll6-3/+253
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll5-0/+466
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll4-7/+557
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll7-0/+524
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll9-1/+176
2013-03-13batman-adv: don't use !! in bool conversionAntonio Quartulli2-5/+5
2013-03-13batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll1-4/+14
2013-03-13batman-adv: replace redundant primary_if_get callsMarek Lindner3-46/+11
2013-03-13sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang1-1/+1
2013-03-13sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman1-0/+1
2013-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-13/+29