summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Start new development cycleSimon Wunderlich2013-08-281-1/+1
* batman-adv: move enum definition at the top of the fileAntonio Quartulli2013-08-281-15/+16
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-2810-2/+91
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-2810-542/+1291
|\
| * openvswitch: optimize flow compare and mask functionsAndy Zhou2013-08-272-39/+44
| * openvswitch: Rename key_len to key_endAndy Zhou2013-08-262-16/+17
| * openvswitch: Add SCTP supportJoe Stringer2013-08-265-4/+115
| * openvswitch: Mega flow implementationAndy Zhou2013-08-245-512/+1123
| * openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang2013-08-242-4/+4
| * openvswitch: Fix argument descriptions in vport.c.Justin Pettit2013-08-241-1/+2
| * openvswitch:: link upper device for port devicesJiri Pirko2013-08-241-1/+19
| * openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar2013-08-241-1/+1
| * openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar2013-08-241-6/+7
| * openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar2013-08-241-8/+9
* | netfilter: ctnetlink: fix uninitialized variableFlorian Westphal2013-08-281-1/+1
* | netfilter: add IPv6 SYNPROXY targetPatrick McHardy2013-08-283-0/+509
* | net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-9/+16
* | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-289-0/+966
* | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-11/+18
* | netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-2811-338/+300
* | netfilter: nf_defrag_ipv6.o included twiceNathan Hintz2013-08-281-1/+1
* | netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2013-08-282-2/+39
* | net: tcp_probe: allow more advanced ingress filtering by markDaniel Borkmann2013-08-271-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-2613-43/+73
|\ \
| * | ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-232-1/+24
| * | Revert "genetlink: fix family dump race"Johannes Berg2013-08-221-7/+0
| * | bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-213-9/+9
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-212-17/+15
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-192-17/+15
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-152-17/+15
| | | |\ \
| | | | * | cfg80211: don't request disconnect if not connectedJohannes Berg2013-08-141-6/+4
| | | | * | nl80211: nl80211hdr_put() doesn't return an ERR_PTRDan Carpenter2013-08-141-11/+11
| * | | | | packet: restore packet statistics tp_packets to include dropsWillem de Bruijn2013-08-211-0/+2
| * | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-08-211-3/+7
| |\ \ \ \ \
| | * | | | | batman-adv: check return type of unicast packet preparationsLinus Lüssing2013-08-171-3/+7
| | |/ / / /
| * | | | | tcp: set timestamps for restored skb-sAndrey Vagin2013-08-201-0/+7
| * | | | | ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-08-201-0/+5
| * | | | | ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-08-201-6/+4
| |/ / / /
* | | | / ipip: potential race in ip_tunnel_init_net()Dan Carpenter2013-08-261-6/+4
| |_|_|/ |/| | |
* | | | net: sctp_probe: simplify code by using %pISc format specifierDaniel Borkmann2013-08-231-7/+2
* | | | net: tcp_probe: add IPv6 supportDaniel Borkmann2013-08-231-10/+44
* | | | net: tcp_probe: kprobes: adapt jtcp_rcv_established signatureDaniel Borkmann2013-08-231-1/+8
* | | | net: tcp_probe: also include rcv_wnd next to snd_wndDaniel Borkmann2013-08-231-2/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-233-20/+13
|\ \ \ \
| * | | | xfrm: remove irrelevant comment in xfrm_input().Rami Rosen2013-08-191-2/+0
| * | | | xfrm: Make xfrm_state timer monotonicFan Du2013-08-161-1/+2
| * | | | xfrm: Remove rebundant address family checkingFan Du2013-08-071-8/+0
| * | | | xfrm: Delete hold_timer when destroy policyFan Du2013-08-061-1/+1
| * | | | af_key: constify lookup tablesMathias Krause2013-08-051-2/+2
| * | | | xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-052-6/+8