aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Only compute net once in ipmr_forward_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Only compute net once in ip_rcv_finishEric W. Biederman1-6/+4
2015-09-17ipv4: Only compute net once in ip_finish_output2Eric W. Biederman1-2/+3
2015-09-17ipv4: Explicitly compute net in ip_fragmentEric W. Biederman1-3/+2
2015-09-17ipv4: Only compute net once in ip_do_fragmentEric W. Biederman1-6/+8
2015-09-17ipv4: Don't recompute net in ipmr_queue_xmitEric W. Biederman1-1/+1
2015-09-17ipv4: Remember the net in ip_output and ip_mc_outputEric W. Biederman1-2/+4
2015-09-17ipv4: Compute net once in ip_rcvEric W. Biederman1-7/+9
2015-09-17ipv4: Compute net once in ip_forward_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Compute net once in ip_forwardEric W. Biederman1-2/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman18-25/+25
2015-09-17xfrm: Remove unused afinfo method init_dstEric W. Biederman1-2/+0
2015-09-17net-sysfs: get_netdev_queue_index() cleanupThadeu Lima de Souza Cascardo1-6/+3
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan3-6/+12
2015-09-15net: Allow user to get table id from route lookupDavid Ahern1-4/+8
2015-09-15net: Add FIB table id to rtableDavid Ahern2-0/+9
2015-09-15net: Refactor rtable initializationDavid Ahern1-52/+33
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-108/+461
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet1-0/+16
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell1-3/+3
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2-8/+15
2015-09-09netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann1-5/+12
2015-09-09ipv6: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter6-17/+3
2015-09-09ipv6: fix multipath route replace error recoveryRoopa Prabhu1-26/+175
2015-09-09RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-106/+34
2015-09-08net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy1-1/+29
2015-09-08net: bridge: remove unnecessary switchdev includeVivien Didelot1-1/+0
2015-09-08net: bridge: check __vlan_vid_del for errorVivien Didelot1-4/+13
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-316/+288
2015-09-06openvswitch: Remove conntrack Kconfig option.Joe Stringer3-14/+6
2015-09-06Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-6/+113
2015-09-05RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan1-4/+5
2015-09-05switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko1-5/+1
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-12/+55
2015-09-05net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-150/+197
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-1/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+5
2015-09-04mac80211: reject software RSSI CQM with beacon filteringJohannes Berg1-0/+4
2015-09-04mac80211: avoid VHT usage with no 80MHz chans allowedArik Nemtsov2-0/+31
2015-09-04cfg80211: regulatory: restore proper user alpha2Maciej S. Szmigiero1-1/+1
2015-09-04rfkill: Copy "all" global state to other typesJoão Paulo Rechi Vita1-1/+9
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-3/+67
2015-09-04mac80211: Do not use sizeof() on pointer typeThierry Reding1-1/+1
2015-09-03sctp: add routing output fallbackMarcelo Ricardo Leitner1-1/+7
2015-09-03sctp: fix dst leakMarcelo Ricardo Leitner1-1/+3
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds411-7873/+14465