summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-20
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-20
* tipc: introduce node contact FSMJon Paul Maloy2015-07-20
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-20
* tipc: simplify link timer implementationJon Paul Maloy2015-07-20
* tipc: improve link FSM implementationJon Paul Maloy2015-07-20
* tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-20
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-20
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-20
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-20
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-20
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-20
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-20
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-20
* switchdev: add offload_fwd_mark generator helperScott Feldman2015-07-20
* net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-20
* net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-20
* bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov2015-07-20
* net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter2015-07-20
* bridge: multicast: fix handling of temp and perm entriesSatish Ashok2015-07-20
* bridge: multicast: notify on group deleteNikolay Aleksandrov2015-07-20
* ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann2015-07-20
* cls_cgroup: factor out classid retrievalDaniel Borkmann2015-07-20
* ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki2015-07-16
* netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah2015-07-16
* net core: Add protodown support.Anuradha Karuppiah2015-07-16
* ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明2015-07-16
* pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri2015-07-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-13
| |\
| | * Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/...David S. Miller2015-07-13
| | |\
| | | * can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-12
| | * | net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli2015-07-12
| | * | net: dsa: Test array index before useFlorian Fainelli2015-07-12
| | |/
| | * net: switchdev: don't abort unsupported operationsVivien Didelot2015-07-12
| | * net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter2015-07-11
| | * bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok2015-07-10
| | * net: call rcu_read_lock early in process_backlogJulian Anastasov2015-07-10
| | * net: do not process device backlog during unregistrationJulian Anastasov2015-07-10
| | * bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet2015-07-10
| | * net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker()Oleg Nesterov2015-07-09
| | * net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-07-09
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-09
| | |\
| | | * netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6Julien Grall2015-07-08
| | | * netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso2015-07-02
| | | * netfilter: bridge: don't leak skb in error pathsFlorian Westphal2015-07-02
| | | * netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-02
| | | * netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errorsBernhard Thaler2015-07-02
| | | * netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman2015-07-02
| | * | ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-09