aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending dataHannes Frederic Sowa2-2/+8
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-22/+2
2013-07-02ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-02l2tp: add missing .owner to struct pppox_protoWei Yongjun1-1/+2
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2-114/+0
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2-10/+12
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-07-01gre: fix a regression in ioctlCong Wang1-4/+5
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann16-409/+383
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/vxlan-nextDavid S. Miller2-8/+5
2013-07-01x25: Fix broken locking in ioctl error paths.Dave Jones1-7/+8
2013-07-01netem: use rb tree to implement the time queueEric Dumazet1-24/+85
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel1-4/+8
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa1-1/+1
2013-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller26-555/+682
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar3-5/+18
2013-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller22-783/+451
2013-06-30netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal1-2/+14
2013-06-29more open-coded file_inode() callsAl Viro1-2/+2
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs2-16/+52
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2-5/+64
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa1-8/+31
2013-06-28SUNRPC: PipeFS MOUNT notification optimization for dying clientsStanislav Kinsbursky1-0/+2
2013-06-28SUNRPC: split client creation routine into setup and registrationStanislav Kinsbursky1-25/+39
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky2-5/+2
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsStanislav Kinsbursky2-11/+18
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville26-555/+682
2013-06-28Merge branch 'freezer'Rafael J. Wysocki2-2/+3
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira2-18/+19
2013-06-27sit: add support of x-netnsNicolas Dichtel2-11/+41
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel2-10/+24
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa1-1/+4
2013-06-26af_key: fix info leaks in notify messagesMathias Krause1-0/+2
2013-06-26ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan3-30/+40
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel1-1/+1
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-0/+6
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov2-0/+19
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin1-15/+85
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov1-0/+12
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov2-704/+157
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin3-14/+32
2013-06-26ipvs: provide iph to schedulersJulian Anastasov11-34/+32
2013-06-25Merge ../vxlan-xStephen Hemminger2-8/+5
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger1-0/+5
2013-06-25net: poll/select low latency socket supportEliezer Tamir3-2/+22