summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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/+67Star
| * batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2016-06-302-8/+0Star
| * 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/+0Star
| * batman-adv: statically print gateway table headerAntonio Quartulli2016-06-301-2/+1Star
| * 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/+1Star
* | RDS: Rework path specific indirectionsSowmini Varadhan2016-07-0112-40/+29Star
* | 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/+5Star
* | 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/+15Star
* | net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0Star
* | net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-011-1/+1
* | net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-011-1/+10
* | tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-013-30/+40
* | fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski2016-06-301-0/+49
* | tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+57
* | net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-308-46/+363
* | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-302-5/+104
* | bpf: add bpf_skb_change_type helperDaniel Borkmann2016-06-301-0/+24
* | bpf: add bpf_skb_change_proto helperDaniel Borkmann2016-06-301-0/+200
* | bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-301-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3065-355/+465
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-2961-345/+433
| |\ \
| | * \ Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/...David S. Miller2016-06-292-3/+6
| | |\ \
| | | * | cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau2016-06-291-1/+1
| | | * | mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen2016-06-281-2/+5
| | * | | openvswitch: fix conntrack netlink event deliverySamuel Gauthier2016-06-291-2/+12
| | * | | neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-06-291-1/+5
| | * | | net: bridge: fix vlan stats continue counterNikolay Aleksandrov2016-06-291-1/+1
| | * | | tcp: do not send too big packets at retransmit timeEric Dumazet2016-06-291-1/+6