summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-28dev: introduce skb_scrub_packet()Nicolas Dichtel2-10/+24
2013-06-27ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa1-1/+4
2013-06-27sit: fix 4in4 + IPsec scenarioNicolas Dichtel1-1/+1
2013-06-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-0/+6
2013-06-26net: poll/select low latency socket supportEliezer Tamir3-2/+22
2013-06-26net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-26net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2-10/+25
2013-06-26net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann1-1/+1
2013-06-26net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann3-29/+12
2013-06-26ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-26ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0
2013-06-26ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-73/+91
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet1-0/+1
2013-06-25net: netlink: virtual tap device managementDaniel Borkmann1-0/+107
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho2-2/+6
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller35-762/+1561
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar2-2/+2
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-24net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-24VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-24VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-24VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-24VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-06-24ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville35-762/+1561
2013-06-20inet: frag , remove an empty ifdef.Rami Rosen1-2/+0
2013-06-20htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-20tcp: introduce a per-route knob for quick ackCong Wang2-3/+8
2013-06-20sctp: Convert __list_for_each use to list_for_eachDave Jones1-1/+1
2013-06-20tcp:typo unset should be unsentWeiping Pan1-1/+1
2013-06-20sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel1-1/+1
2013-06-20neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-20neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-20neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-20openvswitch: Add gre tunnel support.Pravin B Shelar7-2/+322
2013-06-20openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar3-20/+42
2013-06-20openvswitch: Expand action buffer size.Pravin B Shelar1-1/+1
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar9-7/+233
2013-06-20openvswitch: Copy individual actions.Pravin B Shelar3-58/+225
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar5-27/+53
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar4-59/+108
2013-06-20gre: export gre_handle_offloads() function.Pravin B Shelar2-32/+31
2013-06-20gre: export gre_build_header() function.Pravin B Shelar2-39/+33
2013-06-20gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2-151/+243
2013-06-20gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-156/+356
2013-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+9
2013-06-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+9
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg1-2/+9
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+105