aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann2-6/+6
2016-06-16net: the space is required after ','Wei Tang1-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-16mpls: allow routes on ipgre devicesSimon Horman1-3/+4
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-15Merge tag 'rxrpc-rewrite-20160615' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller15-647/+842
2016-06-15ila: Fix checksum neutral mappingTom Herbert1-5/+5
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2-10/+34
2016-06-156lowpan: add support for 802.15.4 short addr handlingAlexander Aring2-85/+195
2016-06-156lowpan: add support for getting short addressAlexander Aring1-0/+39
2016-06-156lowpan: introduce 6lowpan-ndAlexander Aring4-2/+242
2016-06-15ipv6: export several functionsAlexander Aring2-19/+10
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring3-37/+85
2016-06-15addrconf: put prefix address add in an own functionAlexander Aring1-94/+109
2016-06-15ndisc: add __ndisc_fill_addr_option functionAlexander Aring1-4/+10
2016-06-156lowpan: remove ipv6 module requestAlexander Aring1-2/+0
2016-06-156lowpan: add 802.15.4 short addr slaacAlexander Aring2-2/+49
2016-06-156lowpan: add private neighbour dataAlexander Aring1-0/+12
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-1/+1
2016-06-15net_sched: sch_pie: defer skb freeingEric Dumazet1-1/+1
2016-06-15net_sched: sch_netem: defer skb freeingEric Dumazet1-3/+1
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet1-2/+2
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet1-2/+2
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet1-8/+9
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-6/+13
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet1-1/+1
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet1-4/+4
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet2-1/+23
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy10-31/+797
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong7-11/+16
2016-06-15net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2-3/+4
2016-06-15net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern1-1/+1
2016-06-15net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern1-1/+1
2016-06-15af_iucv: use paged SKBs for big inbound messagesEugene Crosser1-6/+50
2016-06-15af_iucv: remove fragment_skb() to use paged SKBsEugene Crosser1-56/+3
2016-06-15af_iucv: use paged SKBs for big outbound messagesEugene Crosser1-47/+77
2016-06-15rxrpc: Rework local endpoint managementDavid Howells7-230/+276
2016-06-15rxrpc: Separate local endpoint event handling out into its own fileDavid Howells4-102/+129
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells7-94/+79
2016-06-15rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells1-4/+2
2016-06-15rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells1-8/+0
2016-06-15rxrpc: Break MTU determination from ICMP into its own functionDavid Howells1-39/+54
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells3-4/+4
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells9-203/+335
2016-06-15act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong1-4/+4
2016-06-15net_sched: remove internal use of TC_POLICE_*WANG Cong2-3/+3
2016-06-14RDS: Update rds_conn_destroy to be MP capableSowmini Varadhan1-20/+39
2016-06-14RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan5-38/+44
2016-06-14RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_createSowmini Varadhan1-20/+45
2016-06-14RDS: Add rds_conn_path_error()Sowmini Varadhan3-1/+18