summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390/qeth: don't verify device when setting MAC addressJulian Wiedmann2017-10-201-23/+0
| * | s390/qeth: clean up initial MTU determinationJulian Wiedmann2017-10-201-10/+4
| * | s390/qeth: fix early exit from error pathJulian Wiedmann2017-10-201-2/+4
| * | s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()Andy Shevchenko2017-10-201-8/+5
| * | s390/qeth: remove duplicated device matchingJulian Wiedmann2017-10-204-50/+9
| * | s390/drivers: use setup_timerAllen Pais2017-10-201-6/+2
| * | s390/qeth: rely on kernel for feature recoveryJulian Wiedmann2017-10-202-23/+19
| * | s390/qeth: tidy up parameter naming for qeth_do_send_packet()Jens Remus2017-09-181-1/+2
| * | s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann2017-09-181-16/+11
| * | s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann2017-09-182-12/+36
| * | s390/qeth: simplify L3 sysfs group managementJulian Wiedmann2017-09-181-33/+12
| * | s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann2017-09-184-22/+9
| * | s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann2017-09-181-1/+0
| * | s390/qeth: add VNICC get/set timeout supportHans Wippel2017-09-185-5/+190
| * | s390/qeth: add VNICC enable/disable supportHans Wippel2017-09-185-14/+392
| * | s390/qeth: add basic VNICC supportHans Wippel2017-09-184-4/+172
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-11/+7
|\ \ \
| * | | timer: Fix two mistakes in callback conversionsKees Cook2017-10-051-1/+0
| * | | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-052-10/+7
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-133-0/+3
|\ \ \ | |_|/ |/| |
| * | s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann2017-09-293-0/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-069-329/+356
|\
| * s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann2017-08-183-22/+65
| * s390/qeth: unify code to build header elementsJulian Wiedmann2017-08-181-14/+15
| * s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann2017-08-183-4/+4
| * s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-184-10/+8
| * s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-184-21/+23
| * s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann2017-08-181-6/+6
| * s390/qeth: split L2 xmit pathsJulian Wiedmann2017-08-181-102/+123
| * s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop2017-08-151-3/+5
| * s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop2017-08-151-2/+2
| * s390/qeth: reject multicast rxip addressesKittipon Meesompop2017-08-151-0/+17
| * s390/qeth: extract bridgeport cmd builderJulian Wiedmann2017-08-151-36/+26
| * s390/net: reduce inliningJulian Wiedmann2017-08-157-74/+67
| * s390/qeth: make more use of skb APIJulian Wiedmann2017-08-154-18/+10
| * s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann2017-08-152-19/+18
| * s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann2017-08-151-15/+14
| * s390/qeth: simplify fragment type selectionJulian Wiedmann2017-08-151-15/+8
| * s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann2017-08-151-13/+1
| * s390/qeth: remove extra L2 adapterparms queryJulian Wiedmann2017-08-151-9/+0
| * s390/qeth: don't access skb after transmissionJulian Wiedmann2017-08-152-10/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-051-4/+4
|\ \ | |/ |/|
| * s390/qeth: constify attribute_group structures.Arvind Yadav2017-07-261-4/+4
* | s390/qeth: fix L3 next-hop in xmit qeth hdrJulian Wiedmann2017-08-071-2/+2
|/
* drivers: s390: move static and inline before return typeJoe Perches2017-07-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0514-205/+304
|\
| * ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller2017-07-031-6/+6
| * net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-013-20/+20
| * s390/qeth: use diag26c to get MAC address on L2Julian Wiedmann2017-06-203-2/+76