summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-06-17mpls: allow routes on ipgre devicesSimon Horman
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long
2016-06-16Merge tag 'rxrpc-rewrite-20160615' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-06-16ila: Fix checksum neutral mappingTom Herbert
2016-06-16net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville
2016-06-166lowpan: add support for 802.15.4 short addr handlingAlexander Aring
2016-06-166lowpan: add support for getting short addressAlexander Aring
2016-06-166lowpan: introduce 6lowpan-ndAlexander Aring
2016-06-16ipv6: export several functionsAlexander Aring
2016-06-16ipv6: introduce neighbour discovery opsAlexander Aring
2016-06-16addrconf: put prefix address add in an own functionAlexander Aring
2016-06-16ndisc: add __ndisc_fill_addr_option functionAlexander Aring
2016-06-166lowpan: remove ipv6 module requestAlexander Aring
2016-06-166lowpan: add 802.15.4 short addr slaacAlexander Aring
2016-06-166lowpan: add private neighbour dataAlexander Aring
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_pie: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_netem: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong
2016-06-15net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern
2016-06-15net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern
2016-06-15net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern
2016-06-15af_iucv: use paged SKBs for big inbound messagesEugene Crosser
2016-06-15af_iucv: remove fragment_skb() to use paged SKBsEugene Crosser
2016-06-15af_iucv: use paged SKBs for big outbound messagesEugene Crosser
2016-06-15rxrpc: Rework local endpoint managementDavid Howells
2016-06-15rxrpc: Separate local endpoint event handling out into its own fileDavid Howells
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells
2016-06-15rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells
2016-06-15rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells
2016-06-15rxrpc: Break MTU determination from ICMP into its own functionDavid Howells
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells
2016-06-15act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong
2016-06-15net_sched: remove internal use of TC_POLICE_*WANG Cong
2016-06-15RDS: Update rds_conn_destroy to be MP capableSowmini Varadhan
2016-06-15RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan
2016-06-15RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_createSowmini Varadhan
2016-06-15RDS: Add rds_conn_path_error()Sowmini Varadhan
2016-06-15RDS: update rds-info related functions to traverse multiple conn_pathsSowmini Varadhan
2016-06-15RDS: Add rds_conn_path_connect_if_down() for MP-aware callersSowmini Varadhan
2016-06-15RDS: Make rds_send_pong() take a rds_conn_path argumentSowmini Varadhan