summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-196-89/+159
|\
| * genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-192-46/+51
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-192-7/+18
| * genetlink: add and use genl_set_err()Johannes Berg2013-11-191-0/+14
| * genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-191-2/+0
| * genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0
| * quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-0/+1
| * genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-192-4/+7
| * net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller2013-11-151-18/+21
| * pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-151-0/+3
| * pkt_sched: fq: warn users using defrateEric Dumazet2013-11-151-3/+1
| * genetlink: unify registration functionsJohannes Berg2013-11-151-4/+24
| * macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček2013-11-151-0/+17
| * genetlink: make genl_ops flags a u8 and move to endJohannes Berg2013-11-141-3/+3
| * genetlink: allow making ops constJohannes Berg2013-11-141-5/+5
| * genetlink: register family ops as arrayJohannes Berg2013-11-141-3/+4
| * genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg2013-11-141-2/+0
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-193-32/+18
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-132-11/+6
| * | hardirq: Make hardirq bits genericThomas Gleixner2013-11-131-22/+8
| * | genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner2013-11-131-1/+6
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-183-4/+2
|\ \ \
| * | | i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen2013-10-031-2/+0
| * | | media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+1
| * | | misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-301-1/+1
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-185-50/+179
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2013-11-175-50/+179
| |\ \ \ \ \ \ \
| | | | | * | | | scsi_transport_srp: Add periodic reconnect supportBart Van Assche2013-11-081-2/+9
| | | | | * | | | scsi_transport_srp: Add transport layer error handlingBart Van Assche2013-11-081-2/+72
| | | | | * | | | IB/srp: Keep rport as long as the IB transport layerBart Van Assche2013-11-081-0/+2
| | |_|_|/ / / / | |/| | | | | |
| | | | * | | | mlx5: Use enum to indicate adapter page sizeEli Cohen2013-11-081-0/+4
| | | | * | | | mlx5: Clear reserved area in set_hca_cap()Eli Cohen2013-11-081-2/+7
| | | | * | | | mlx5: Support communicating arbitrary host page size to firmwareEli Cohen2013-11-081-0/+1
| | | | * | | | IB/mlx5: Multithreaded create MREli Cohen2013-11-081-2/+15
| | |_|/ / / / | |/| | | | |
| | | * | | | IB/core: Encorce MR access rights rules on kernel consumersEli Cohen2013-11-151-0/+13
| | | * | | | IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)2013-11-091-2/+4
| | |/ / / / | |/| | | |
| | * | | | IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak2013-11-171-6/+0
| | * | | | IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud2013-11-172-9/+15
| | * | | | IB/core: Remove ib_uverbs_flow_spec structure from userspaceYann Droneaud2013-11-171-16/+0
| | * | | | IB/core: Use a common header for uverbs flow_specsYann Droneaud2013-11-171-13/+40
| | * | | | IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud2013-11-171-16/+16
| | * | | | IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud2013-11-171-18/+18
| | * | | | IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak2013-11-171-0/+1
| |/ / / /
* | | | | Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6Linus Torvalds2013-11-181-0/+39
|\ \ \ \ \
| * | | | | power_supply: Add support for bq24735 chargerDarbha Sriharsha2013-10-251-0/+39
* | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1810-21/+163
|\ \ \ \ \ \
| * | | | | | [media] v4l: Fix typo in v4l2_subdev_get_try_crop()Laurent Pinchart2013-10-311-1/+1
| * | | | | | [media] media: i2c: add driver for dual LED Flash, lm3560Daniel Jeong2013-10-311-0/+97
| * | | | | | [media] V4L2: soc-camera: work around unbalanced calls to .s_power()Guennadi Liakhovetski2013-10-311-0/+14