summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa
2013-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar
2013-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-06-30netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin
2013-06-26ipvs: provide iph to schedulersJulian Anastasov
2013-06-25net: poll/select low latency socket supportEliezer Tamir
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann
2013-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-06-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen
2013-06-24mac80211: allow self-protected frame tx without staThomas Pedersen
2013-06-24cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel
2013-06-24wireless: check for dangling wdev->current_bss pointerBen Greear
2013-06-24wireless: add comments about bss refcountingBen Greear
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssBen Greear
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar
2013-06-24bridge: fix a typo in commentsCong Wang
2013-06-23net: allow large number of tx queuesEric Dumazet
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He
2013-06-23VSOCK: Remove unnecessary labelAsias He