summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: xfrm: fix old-style declarationArnd Bergmann2016-06-162-6/+6
* net: the space is required after ','Wei Tang2016-06-161-6/+6
* net: do not initialise statics to 0Wei Tang2016-06-161-1/+1
* mpls: allow routes on ipgre devicesSimon Horman2016-06-161-3/+4
* sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long2016-06-161-1/+1
* Merge tag 'rxrpc-rewrite-20160615' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-06-1515-647/+842
|\
| * rxrpc: Rework local endpoint managementDavid Howells2016-06-157-230/+276
| * rxrpc: Separate local endpoint event handling out into its own fileDavid Howells2016-06-154-102/+129
| * rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-157-94/+79
| * rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells2016-06-151-4/+2
| * rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells2016-06-151-8/+0
| * rxrpc: Break MTU determination from ICMP into its own functionDavid Howells2016-06-151-39/+54
| * rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells2016-06-153-4/+4
| * rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-159-203/+335
* | ila: Fix checksum neutral mappingTom Herbert2016-06-151-5/+5
* | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2016-06-152-10/+34
* | 6lowpan: add support for 802.15.4 short addr handlingAlexander Aring2016-06-152-85/+195
* | 6lowpan: add support for getting short addressAlexander Aring2016-06-151-0/+39
* | 6lowpan: introduce 6lowpan-ndAlexander Aring2016-06-154-2/+242
* | ipv6: export several functionsAlexander Aring2016-06-152-19/+10
* | ipv6: introduce neighbour discovery opsAlexander Aring2016-06-153-37/+85
* | addrconf: put prefix address add in an own functionAlexander Aring2016-06-151-94/+109
* | ndisc: add __ndisc_fill_addr_option functionAlexander Aring2016-06-151-4/+10
* | 6lowpan: remove ipv6 module requestAlexander Aring2016-06-151-2/+0
* | 6lowpan: add 802.15.4 short addr slaacAlexander Aring2016-06-152-2/+49
* | 6lowpan: add private neighbour dataAlexander Aring2016-06-151-0/+12
* | net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-151-1/+1
* | net_sched: sch_pie: defer skb freeingEric Dumazet2016-06-151-1/+1
* | net_sched: sch_netem: defer skb freeingEric Dumazet2016-06-151-3/+1
* | net_sched: sch_htb: defer skb freeingEric Dumazet2016-06-151-2/+2
* | net_sched: sch_hhf: defer skb freeingEric Dumazet2016-06-151-2/+2
* | net_sched: fq_codel: defer skb freeingEric Dumazet2016-06-151-8/+9
* | net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-151-6/+13
* | net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet2016-06-151-1/+1
* | net_sched: sch_choke: defer skb freeingEric Dumazet2016-06-151-4/+4
* | net_sched: add the ability to defer skb freeingEric Dumazet2016-06-152-1/+23
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-1510-31/+797
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-157-11/+16
* | net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-152-3/+4
* | net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern2016-06-151-1/+1
* | net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern2016-06-151-1/+1
* | af_iucv: use paged SKBs for big inbound messagesEugene Crosser2016-06-151-6/+50
* | af_iucv: remove fragment_skb() to use paged SKBsEugene Crosser2016-06-151-56/+3
* | af_iucv: use paged SKBs for big outbound messagesEugene Crosser2016-06-151-47/+77
|/
* act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong2016-06-151-4/+4
* net_sched: remove internal use of TC_POLICE_*WANG Cong2016-06-152-3/+3
* RDS: Update rds_conn_destroy to be MP capableSowmini Varadhan2016-06-141-20/+39
* RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan2016-06-145-38/+44
* RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_createSowmini Varadhan2016-06-141-20/+45
* RDS: Add rds_conn_path_error()Sowmini Varadhan2016-06-143-1/+18