summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-24openvswitch: Fix argument descriptions in vport.c.Justin Pettit1-1/+2
2013-08-24openvswitch:: link upper device for port devicesJiri Pirko1-1/+19
2013-08-24openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar1-1/+1
2013-08-24openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar1-6/+7
2013-08-24openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar1-8/+9
2013-08-23net: sctp_probe: simplify code by using %pISc format specifierDaniel Borkmann1-7/+2
2013-08-23net: tcp_probe: add IPv6 supportDaniel Borkmann1-10/+44
2013-08-23net: tcp_probe: kprobes: adapt jtcp_rcv_established signatureDaniel Borkmann1-1/+8
2013-08-23net: tcp_probe: also include rcv_wnd next to snd_wndDaniel Borkmann1-2/+4
2013-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-20/+13
2013-08-23tcp: increase throughput when reordering is highYuchung Cheng1-12/+20
2013-08-21net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengthsDaniel Borkmann1-3/+6
2013-08-21net: ipv6: minor: *_start_timer: rather use unsigned longDaniel Borkmann1-5/+5
2013-08-21net: ipv6: igmp6_event_query: use msecs_to_jiffiesDaniel Borkmann1-6/+5
2013-08-21ip6_tunnel: ensure to always have a link local addressNicolas Dichtel2-42/+18
2013-08-21Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller1-14/+10
2013-08-21ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter1-4/+4
2013-08-21ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet1-5/+3
2013-08-21tcp: trivial: Remove nocache argument from tcp_v4_send_synackChristoph Paasch1-3/+2
2013-08-21ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong1-10/+14
2013-08-21ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong1-11/+11
2013-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller20-273/+486
2013-08-216lowpan: handle context based source addressAlexander Aring1-3/+46
2013-08-216lowpan: lowpan_uncompress_addr with address_modeAlexander Aring2-71/+82
2013-08-216lowpan: add function to uncompress multicast addrAlexander Aring1-19/+59
2013-08-216lowpan: introduce lowpan_fetch_skb functionAlexander Aring1-0/+12
2013-08-216lowpan: Fix fragmentation with link-local compressed addressesDavid Hauweele1-0/+6
2013-08-216lowpan: init ipv6hdr buffer to zeroAlexander Aring1-11/+1
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar5-0/+225
2013-08-19xfrm: remove irrelevant comment in xfrm_input().Rami Rosen1-2/+0
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller37-79/+230
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-90/+237
2013-08-16xfrm: Make xfrm_state timer monotonicFan Du1-1/+2
2013-08-16netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2-56/+44
2013-08-16net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco11-14/+14
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer3-0/+55
2013-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller3-4/+2
2013-08-15rtnetlink: remove an unneeded testDan Carpenter1-2/+2
2013-08-15ip6tnl: add x-netns supportNicolas Dichtel2-10/+36
2013-08-15ipip: add x-netns supportNicolas Dichtel4-20/+32
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel2-5/+5
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2-6/+7
2013-08-15openvswitch: Reset tunnel key between input and output.Jesse Gross1-0/+1
2013-08-15openvswitch: Use correct type while allocating flex array.Pravin B Shelar1-1/+1
2013-08-15openvswitch: Fix bad merge resolution.Jesse Gross1-3/+0
2013-08-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-08-14ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2-3/+39
2013-08-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-3/+1
2013-08-14tcp: reset reordering est. selectively on timeoutYuchung Cheng1-2/+7
2013-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller34-380/+1779