summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer2013-09-042-4/+12
* netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy2013-09-041-2/+2
* netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer2013-09-042-4/+4
* net: make snmp_mib_free static inlineCong Wang2013-09-031-12/+0Star
* net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-09-012-56/+13Star
* ipv6: Add generic UDP Tunnel segmentationCong Wang2013-09-012-52/+111
* vxlan: add ipv6 proxy supportCong Wang2013-09-012-4/+6
* ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2013-09-012-30/+31
* vxlan: add ipv6 route short circuit supportCong Wang2013-09-011-0/+1
* vxlan: add ipv6 supportCong Wang2013-09-011-1/+1
* ipv6: do not call ndisc_send_rs() with write lockCong Wang2013-09-011-3/+7
* ipv6: export in6addr_loopback to modulesCong Wang2013-09-012-9/+16
* ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-09-012-0/+14
* ipv6: move ip6_local_out into core kernelCong Wang2013-09-012-25/+26
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-09-012-19/+22
* qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-09-012-5/+4Star
* qdisc: make args to qdisc_create_default conststephen hemminger2013-09-011-2/+3
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-315-8/+95
* ipv6: Remove redundant sk variableThomas Graf2013-08-301-1/+0Star
* tcp: do not use cached RTT for RTT estimationYuchung Cheng2013-08-301-33/+11Star
* pkt_sched: fq: prefetch() fixEric Dumazet2013-08-301-1/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-303-0/+807
* net: packet: use reciprocal_divide in fanout_demux_hashDaniel Borkmann2013-08-291-1/+1
* net: packet: add randomized fanout schedulerDaniel Borkmann2013-08-291-1/+12
* net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico2013-08-291-0/+25
* net: remove search_list from netdev_adjacentVeaceslav Falico2013-08-291-36/+1Star
* net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-291-27/+258
* net: rename netdev_upper to netdev_adjacentVeaceslav Falico2013-08-291-12/+12
* net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann2013-08-291-14/+12Star
* tcp: TSO packets automatic sizingEric Dumazet2013-08-294-7/+65
* ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2013-08-292-0/+27
* bridge: inherit slave devices needed_headroomFlorian Fainelli2013-08-291-0/+3
* batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli2013-08-283-0/+32
* 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