summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande2016-07-111-2/+24
* NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande2016-07-111-16/+55
* NFC: digital: Free supervisor PDUsThierry Escande2016-07-111-5/+3
* NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande2016-07-111-13/+27
* NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande2016-07-111-28/+43
* NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande2016-07-111-12/+33
* NFC: digital: Remove useless call to skb_reserve()Thierry Escande2016-07-111-2/+0
* NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande2016-07-111-30/+29
* NFC: digital: Abort last command when dep link goes downThierry Escande2016-07-061-0/+2
* NFC: digital: Set the command pending flagThierry Escande2016-07-061-0/+2
* NFC: digital: Call pending command callbacks at device unregisterThierry Escande2016-07-061-0/+8
* NFC: digital: Rework error handling in DEP_RES responseThierry Escande2016-07-061-1/+1
* NFC: digital: Fix a memory leak in NFC-F listening modeThierry Escande2016-07-061-10/+1
* NFC: llcp: Fix 2 memory leaksThierry Escande2016-07-061-4/+6
* NFC: llcp: Fix usage of llcp_add_tlv()Thierry Escande2016-07-061-8/+5
* NFC: llcp: Use dynamic debug for hex dumpThierry Escande2016-07-041-5/+4
* NFC: digital: Add a delay between poll cyclesThierry Escande2016-07-041-6/+10
* NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko2016-07-041-12/+5
* net/devlink: Add E-Switch mode controlOr Gerlitz2016-07-021-0/+87
* Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m...David S. Miller2016-07-0125-182/+694
|\
| * batman-adv: Add debugfs table for mcast flagsLinus Lüssing2016-06-303-0/+130
| * batman-adv: Adding logging of mcast flag changesLinus Lüssing2016-06-304-3/+142
| * batman-adv: Add multicast optimization support for bridged setupsLinus Lüssing2016-06-303-19/+177
| * batman-adv: Always flood IGMP/MLD reportsLinus Lüssing2016-06-302-14/+75
| * batman-adv: Include frame priority in fragment headerAndrew Lunn2016-06-303-2/+16
| * batman-adv: Set skb priority in fragmentsAndrew Lunn2016-06-301-2/+1
| * batman-adv: init ELP tweaking options only onceMarek Lindner2016-06-304-7/+23
| * batman-adv: move GW mode and selection class to private data structureAntonio Quartulli2016-06-305-21/+21
| * batman-adv: remove useless inline attribute for sysfs helper functionAntonio Quartulli2016-06-301-6/+6
| * batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli2016-06-307-86/+67
| * batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2016-06-302-8/+0
| * batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner2016-06-305-13/+38
| * batman-adv: remove unused vid local variable in tt seq printSimon Wunderlich2016-06-301-2/+0
| * batman-adv: statically print gateway table headerAntonio Quartulli2016-06-301-2/+1
| * batman-adv: Start new development cycleSimon Wunderlich2016-06-301-1/+1
* | RDS: Do not send a pong to an incoming ping with 0 src portSowmini Varadhan2016-07-011-0/+4
* | RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan2016-07-012-3/+6
* | RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan2016-07-019-17/+20
* | RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan2016-07-019-22/+26
* | RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan2016-07-016-40/+41
* | RDS: TCP: Refactor connection destruction to handle multiple pathsSowmini Varadhan2016-07-011-7/+39
* | RDS: TCP: Make rds_tcp_connection track the rds_conn_pathSowmini Varadhan2016-07-015-42/+48
* | RDS: TCP: Remove dead logic around c_passive in rds-tcpSowmini Varadhan2016-07-011-6/+1
* | RDS: Rework path specific indirectionsSowmini Varadhan2016-07-0112-40/+29
* | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-0/+38
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-015-36/+5
* | net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-012-5/+26
* | net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-011-1/+1
* | net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-011-16/+15
* | net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0