summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan2016-07-012-3/+6
* RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan2016-07-019-17/+20
* RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan2016-07-019-22/+26
* RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan2016-07-016-40/+41
* RDS: TCP: Refactor connection destruction to handle multiple pathsSowmini Varadhan2016-07-011-7/+39
* RDS: TCP: Make rds_tcp_connection track the rds_conn_pathSowmini Varadhan2016-07-015-42/+48
* RDS: TCP: Remove dead logic around c_passive in rds-tcpSowmini Varadhan2016-07-011-6/+1
* RDS: Rework path specific indirectionsSowmini Varadhan2016-07-0112-40/+29
* Merge branch 'bpf-cgroup2'David S. Miller2016-07-0112-1/+506
|\
| * cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau2016-07-015-0/+367
| * cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-013-1/+56
| * cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-014-1/+48
| * cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-012-0/+36
|/
* Merge branch 'bpf-robustify'David S. Miller2016-07-019-61/+34
|\
| * bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-017-44/+31
| * bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-014-19/+5
|/
* atm: horizon: Use setup_timerAmitoj Kaur Chawla2016-07-011-3/+1
* Merge branch 'qed-next'David S. Miller2016-07-013-58/+133
|\
| * qede: Bump up driver version to 8.10.1.20Manish Chopra2016-07-011-1/+1
| * qede: Add get/set rx copy break tunable supportManish Chopra2016-07-013-1/+51
| * qede: Utilize xmit_moreManish Chopra2016-07-011-14/+23
| * qede: qede_poll refactoringManish Chopra2016-07-011-42/+35
| * qede: Add support for handling IP fragmented packets.Manish Chopra2016-07-013-0/+23
|/
* Merge branch 'tun-skb_array'David S. Miller2016-07-019-27/+255
|\
| * tun: switch to use skb array for txJason Wang2016-07-013-9/+146
| * net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-013-5/+27
| * skb_array: add wrappers for resizingJason Wang2016-07-011-0/+9
| * ptr_ring: support resizing multiple queuesMichael S. Tsirkin2016-07-012-9/+67
| * skb_array: minor tweakJason Wang2016-07-011-2/+2
| * ptr_ring: support zero length ringJason Wang2016-07-011-2/+4
|/
* Merge branch 'sch_hfsc-fixes-cleanups'David S. Miller2016-07-011-27/+27
|\
| * net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-011-1/+1
| * net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-011-16/+15
| * net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0
| * net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-011-1/+1
| * net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-011-1/+10
|/
* tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-014-32/+41
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-06-3011-67/+148
|\
| * igb: Only DMA sync frame lengthAndrew Lunn2016-06-291-3/+4
| * ixgbe: fix spoofed packets with macvlansEmil Tantilov2016-06-291-0/+1
| * ixgbe: Correct reporting of timestamping for x550Tony Nguyen2016-06-291-2/+6
| * fm10k: Remove create_workqueueBhaktipriya Shridhar2016-06-291-2/+1
| * igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller2016-06-291-0/+2
| * igb: implement igb_ptp_suspendJacob Keller2016-06-292-5/+18
| * igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2016-06-292-33/+18
| * igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2016-06-292-13/+9
| * igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2016-06-292-4/+8
| * ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...Amritha Nambiar2016-06-291-16/+25
| * ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2016-06-292-7/+72
| * e1000e: prevent division by zero if TIMINCA is zeroDenys Vlasenko2016-06-291-1/+2