summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: synack packets can be attached to request socketsEric Dumazet2015-10-111-1/+2
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-112-10/+12
* net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker2015-10-091-12/+3
* net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker2015-10-091-27/+3
* net/core: make sock_diag.c explicitly non-modularPaul Gortmaker2015-10-091-11/+3
* net/core: lockdep_rtnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* net/dccp: dccp_bad_service_code can be booleanYaowei Bai2015-10-091-2/+2
* net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-7/+2
* net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-49/+0
* net: Do not drop to make_route if oif is l3mdevDavid Ahern2015-10-081-1/+2
* bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann2015-10-081-0/+1
* Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2015-10-0812-282/+448
|\
| * RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-054-62/+147
| * RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-051-2/+2
| * RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-051-1/+1
| * RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-051-3/+2
| * RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-051-1/+1
| * RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-051-1/+2
| * RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-055-65/+98
| * RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-054-105/+132
| * RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2015-10-052-4/+8
| * RDS: defer the over_batch work to send workerSantosh Shilimkar2015-10-051-3/+6
| * RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar2015-09-303-15/+35
| * RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar2015-09-301-5/+11
| * RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2015-09-302-26/+15
| * RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2015-09-302-4/+3
* | dst: Pass net into dst->outputEric W. Biederman2015-10-0812-37/+30
* | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-0812-19/+17
* | ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-083-7/+5
* | ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman2015-10-081-4/+6
* | ipv4: Cache net in iptunnel_xmitEric W. Biederman2015-10-081-2/+2
* | ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-086-12/+6
* | ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman2015-10-083-9/+4
* | ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-087-12/+12
* | ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman2015-10-083-9/+4
* | dst: Pass a sk into .local_outEric W. Biederman2015-10-087-7/+7
* | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-0818-25/+27
* | xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman2015-10-081-4/+3
* | ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman2015-10-081-1/+1
* | ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman2015-10-081-1/+1
* | tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet2015-10-071-1/+1
* | net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan2015-10-071-8/+16
* | bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov2015-10-071-0/+19
* | bridge: netlink: allow to flush port's fdbNikolay Aleksandrov2015-10-071-0/+3
* | bridge: netlink: export port's timer valuesNikolay Aleksandrov2015-10-071-0/+14
* | bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov2015-10-071-1/+6
* | bridge: netlink: export port's id and numberNikolay Aleksandrov2015-10-071-1/+5
* | bridge: netlink: export port's designated cost and portNikolay Aleksandrov2015-10-071-1/+5
OpenPOWER on IntegriCloud