summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn2016-06-041-2/+1Star
* net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn2016-06-041-1/+1
* net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller2016-06-041-0/+1
* sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-041-1/+1
* rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0416-34/+56
* sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-041-1/+2
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-049-124/+412
* sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2016-06-042-31/+43
* skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-045-4/+35
* sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-041-3/+7
* skbuff: export skb_gro_receiveMarcelo Ricardo Leitner2016-06-041-0/+1
* ovs: set name assign type of internal portZhang Shengju2016-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-0125-71/+203
|\
| * fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
| * openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15
| * sctp: sctp_diag should dump sctp socket typeXin Long2016-05-311-0/+1
| * vlan: Propagate MAC address to VLANsMike Manning2016-05-313-3/+24
| * net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-4/+4
| * net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani2016-05-301-5/+7
| * ieee802154: fix logic error in ieee802154_llsec_parse_dev_addrBaozeng Ding2016-05-301-2/+2
| * net/lapb: tuse %*ph to dump buffersAndy Shevchenko2016-05-303-15/+8Star
| * fou: add Kconfig options for IPv6 supportArnd Bergmann2016-05-303-2/+11
| * sctp: fix double EPs display in sctp_diagXin Long2016-05-261-0/+3
| * net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-05-251-0/+3
| * tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding2016-05-251-18/+93
| * net sched actions: policer missing timestamp processingJamal Hadi Salim2016-05-251-0/+11
| * net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-242-10/+7Star
| * ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-05-241-0/+1
| * ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan2016-05-241-0/+2
| * ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-232-4/+8
| * net/atm: sk_err_soft must be positiveStefan Hajnoczi2016-05-232-3/+3
* | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-266-1742/+3499
|\ \
| * | libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng2016-05-261-1/+1
| * | ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1
| * | libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2016-05-262-5/+14
| * | libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-262-14/+7Star
| * | libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov2016-05-261-5/+5
| * | libceph: pool deletion detectionIlya Dryomov2016-05-261-6/+242
| * | libceph: async MON client generic requestsIlya Dryomov2016-05-261-106/+210
| * | libceph: support for checking on status of watchIlya Dryomov2016-05-261-1/+51
| * | libceph: support for sending notifiesIlya Dryomov2016-05-262-11/+226
| * | libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-263-249/+951
| * | libceph: wait_request_timeout()Ilya Dryomov2016-05-261-13/+21
| * | libceph: request_init() and request_release_checks()Ilya Dryomov2016-05-261-17/+27
| * | libceph: a major OSD client updateIlya Dryomov2016-05-262-611/+587Star
| * | libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-261-11/+18
| * | libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov2016-05-261-4/+1Star
| * | libceph: osd_init() and osd_cleanup()Ilya Dryomov2016-05-261-9/+37
| * | libceph: handle_one_map()Ilya Dryomov2016-05-262-56/+138