summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-01ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine
2013-10-01ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-01ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-10-01ethernet: use likely() for common Ethernet encapstephen hemminger
2013-10-01ethernet: cleanup eth_type_transstephen hemminger
2013-10-01tcp: TSQ can use a dynamic limitEric Dumazet
2013-09-30ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel
2013-09-30ipv6: Fix preferred_lft not updating in some casesPaul Marks
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco
2013-09-28net: net_secret should not depend on TCPEric Dumazet
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE
2013-09-27ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico
2013-09-26net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico