aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet1-17/+9
2016-06-05net: disable fragment reassembly if high_thresh is zeroMichal Kubeček1-1/+1
2016-06-04net: dsa: Add new binding implementationAndrew Lunn5-4/+667
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn1-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn3-60/+47
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2-35/+54
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn1-0/+2
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn1-12/+0
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn2-7/+6
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn6-14/+14
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2-2/+10
2016-06-04net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn1-2/+1
2016-06-04net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn1-1/+1
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches16-34/+56
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner9-124/+412
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2-31/+43
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner5-4/+35
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-3/+7
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-71/+203
2016-05-31fou: fix IPv6 Kconfig optionsArnd Bergmann2-2/+2
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+1
2016-05-31vlan: Propagate MAC address to VLANsMike Manning3-3/+24
2016-05-31net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck1-4/+4
2016-05-30net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani1-5/+7
2016-05-29ieee802154: fix logic error in ieee802154_llsec_parse_dev_addrBaozeng Ding1-2/+2
2016-05-29net/lapb: tuse %*ph to dump buffersAndy Shevchenko3-15/+8
2016-05-29fou: add Kconfig options for IPv6 supportArnd Bergmann3-2/+11
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-4/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-1742/+3499
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-444/+676
2016-05-25sctp: fix double EPs display in sctp_diagXin Long1-0/+3
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu1-1/+1
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2-5/+14
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2-14/+7
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov1-5/+5
2016-05-26libceph: pool deletion detectionIlya Dryomov1-6/+242
2016-05-26libceph: async MON client generic requestsIlya Dryomov1-106/+210
2016-05-26libceph: support for checking on status of watchIlya Dryomov1-1/+51
2016-05-26libceph: support for sending notifiesIlya Dryomov2-11/+226
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov3-249/+951
2016-05-26libceph: wait_request_timeout()Ilya Dryomov1-13/+21
2016-05-26libceph: request_init() and request_release_checks()Ilya Dryomov1-17/+27
2016-05-26libceph: a major OSD client updateIlya Dryomov2-611/+587