summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-03net: sctp: probe: allow more advanced ingress filtering by markDaniel Borkmann1-5/+13
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner4-22/+0
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-61/+62
2013-09-03net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-131/+143
2013-09-02net: make snmp_mib_free static inlineCong Wang1-12/+0
2013-08-31net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2-56/+13
2013-08-31ipv6: Add generic UDP Tunnel segmentationCong Wang2-52/+111
2013-08-31vxlan: add ipv6 proxy supportCong Wang2-4/+6
2013-08-31ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2-30/+31
2013-08-31vxlan: add ipv6 route short circuit supportCong Wang1-0/+1
2013-08-31vxlan: add ipv6 supportCong Wang1-1/+1
2013-08-31ipv6: do not call ndisc_send_rs() with write lockCong Wang1-3/+7
2013-08-31ipv6: export in6addr_loopback to modulesCong Wang2-9/+16
2013-08-31ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2-0/+14
2013-08-31ipv6: move ip6_local_out into core kernelCong Wang2-25/+26
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2-19/+22
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2-5/+4
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger1-2/+3
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger5-8/+95
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-165/+423
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-08-30Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller1-3/+7
2013-08-30ipv6: Remove redundant sk variableThomas Graf1-1/+0
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2-7/+4
2013-08-30tipc: set sk_err correctly when connection failsErik Hugne1-2/+2
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing5-93/+240
2013-08-30tcp: do not use cached RTT for RTT estimationYuchung Cheng1-33/+11
2013-08-30pkt_sched: fq: prefetch() fixEric Dumazet1-1/+2
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet3-0/+807
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-4/+31
2013-08-29net: packet: use reciprocal_divide in fanout_demux_hashDaniel Borkmann1-1/+1
2013-08-29net: packet: add randomized fanout schedulerDaniel Borkmann1-1/+12
2013-08-29net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico1-0/+25
2013-08-29net: remove search_list from netdev_adjacentVeaceslav Falico1-36/+1
2013-08-29net: add lower_dev_list to net_device and make a full meshVeaceslav Falico1-27/+258
2013-08-29net: rename netdev_upper to netdev_adjacentVeaceslav Falico1-12/+12
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller13-32/+72
2013-08-29ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-7/+3
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-08-29net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann1-14/+12
2013-08-29tcp: TSO packets automatic sizingEric Dumazet4-7/+65
2013-08-29ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2-0/+27
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli1-0/+3
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville30-583/+1046