summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-07-21tipc: reduce locking scope during packet receptionJon Paul Maloy
2015-07-21tipc: introduce node contact FSMJon Paul Maloy
2015-07-21tipc: move link supervision timer to node levelJon Paul Maloy
2015-07-21tipc: simplify link timer implementationJon Paul Maloy
2015-07-21tipc: improve link FSM implementationJon Paul Maloy
2015-07-21tipc: introduce new link protocol msg create functionJon Paul Maloy
2015-07-21tipc: clean up definitions and usage of link flagsJon Paul Maloy
2015-07-21tipc: make media xmit call outside node spinlock contextJon Paul Maloy
2015-07-21tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy
2015-07-21tipc: use bearer index when looking up active linksJon Paul Maloy
2015-07-21tipc: move link input queue to tipc_nodeJon Paul Maloy
2015-07-21tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy
2015-07-21tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy
2015-07-21switchdev: add offload_fwd_mark generator helperScott Feldman
2015-07-21net: add phys ID compare helper to test if two IDs are the sameScott Feldman
2015-07-21net: don't reforward packets already forwarded by offload deviceScott Feldman
2015-07-20bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter
2015-07-20bridge: multicast: fix handling of temp and perm entriesSatish Ashok
2015-07-20bridge: multicast: notify on group deleteNikolay Aleksandrov
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki
2015-07-16netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah
2015-07-16net core: Add protodown support.Anuradha Karuppiah
2015-07-16ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明
2015-07-16pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-13bridge: mdb: add vlan support for user entriesNikolay Aleksandrov
2015-07-13net: Build IPv6 into kernel by defaultTom Herbert
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-13Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/...David S. Miller
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
2015-07-12net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli
2015-07-12net: dsa: Test array index before useFlorian Fainelli
2015-07-12net: switchdev: don't abort unsupported operationsVivien Didelot
2015-07-12Revert "ipv4: use skb coalescing in defragmentation"Florian Westphal
2015-07-11net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter
2015-07-11ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明
2015-07-11bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok
2015-07-11net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-07-11net: do not process device backlog during unregistrationJulian Anastasov
2015-07-10bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet
2015-07-10tcp: do not export tcp_init_xmit_timers()Eric Dumazet
2015-07-10bridge: mdb: fill state in br_mdb_notifyNikolay Aleksandrov
2015-07-10route: remove unsed variable in __mkroute_inputMasatake YAMATO
2015-07-10ipv6: Nonlocal bindTom Herbert
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-07-09inet: simplify timewait refcountingEric Dumazet
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal