aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-07-04RDS: fix rds_tcp_init() error pathVegard Nossum
2016-07-04bpf: add bpf_get_hash_recalc helperDaniel Borkmann
2016-07-04net: pktgen: support injecting packets for qdisc testingJohn Fastabend
2016-07-04net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim
2016-07-04net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim
2016-07-04net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli
2016-07-04batman-adv: throughput meter implementationAntonio Quartulli
2016-07-04batman-adv: return netdev status in the TX pathAntonio Quartulli
2016-07-04batman-adv: add netlink command to query generic mesh information filesMatthias Schiffer
2016-07-04batman-adv: add generic netlink family for batman-advMatthias Schiffer
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-07-02net/devlink: Add E-Switch mode controlOr Gerlitz
2016-07-01Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m...David S. Miller
2016-07-01tipc: fix nl compat regression for link statisticsRichard Alpe
2016-07-01RDS: Do not send a pong to an incoming ping with 0 src portSowmini Varadhan
2016-07-01RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan
2016-07-01RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan
2016-07-01RDS: TCP: Refactor connection destruction to handle multiple pathsSowmini Varadhan
2016-07-01RDS: TCP: Make rds_tcp_connection track the rds_conn_pathSowmini Varadhan
2016-07-01RDS: TCP: Remove dead logic around c_passive in rds-tcpSowmini Varadhan
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-07-01netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARKMoritz Sichert
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani
2016-06-30fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma
2016-06-30mac80211: silence an uninitialized variable warningDan Carpenter
2016-06-30nl80211: improve nl80211_parse_mesh_config type checkingArnd Bergmann
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann