summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-07-21bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+48
2015-07-21tipc: reduce locking scope during packet receptionJon Paul Maloy8-389/+478
2015-07-21tipc: introduce node contact FSMJon Paul Maloy4-54/+185
2015-07-21tipc: move link supervision timer to node levelJon Paul Maloy4-80/+68
2015-07-21tipc: simplify link timer implementationJon Paul Maloy2-45/+72
2015-07-21tipc: improve link FSM implementationJon Paul Maloy2-156/+195
2015-07-21tipc: introduce new link protocol msg create functionJon Paul Maloy1-67/+77
2015-07-21tipc: clean up definitions and usage of link flagsJon Paul Maloy4-78/+67
2015-07-21tipc: make media xmit call outside node spinlock contextJon Paul Maloy8-77/+198
2015-07-21tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy3-40/+37
2015-07-21tipc: use bearer index when looking up active linksJon Paul Maloy2-73/+59
2015-07-21tipc: move link input queue to tipc_nodeJon Paul Maloy4-19/+27
2015-07-21tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy3-16/+37
2015-07-21tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy6-136/+143
2015-07-21switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+103
2015-07-21net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-6/+2
2015-07-21net: don't reforward packets already forwarded by offload deviceScott Feldman1-0/+10
2015-07-21Revert "sit: Add gro callbacks to sit_offload"Herbert Xu1-2/+0
2015-07-21bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov1-0/+4
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter1-0/+2
2015-07-20bridge: multicast: fix handling of temp and perm entriesSatish Ashok3-7/+22
2015-07-20bridge: multicast: notify on group deleteNikolay Aleksandrov1-0/+2
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann1-0/+15
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann1-21/+2
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov5-25/+53
2015-07-17mac80211: add missing length check for confirm framesBob Copeland1-0/+3
2015-07-17mac80211: correct aid location in peering framesBob Copeland1-1/+1
2015-07-17wireless: regulatory: reduce log level of CRDA related messagesThomas Petazzoni1-3/+3
2015-07-17mac80211: shut down interfaces before destroying interface listJohannes Berg1-11/+14
2015-07-17mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K1-0/+16
2015-07-17mac80211: don't clear all tx flags when requeingMichal Kazior1-1/+3
2015-07-17mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-4/+2
2015-07-16netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah1-2/+14
2015-07-16net core: Add protodown support.Anuradha Karuppiah2-0/+34
2015-07-16tc: act_bpf: fix memory leakAlexei Starovoitov1-0/+3
2015-07-16fq_codel: fix return value of fq_codel_drop()WANG Cong1-1/+10
2015-07-16net_sched: fix a use-after-free in sfqWANG Cong1-1/+1
2015-07-16ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明1-12/+18
2015-07-16ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2-9/+27
2015-07-16pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri1-1/+0
2015-07-16fq_codel: fix a use-after-freeWANG Cong1-1/+1
2015-07-16tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng1-2/+1
2015-07-16bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-07-16bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leaveSatish Ashok1-7/+30
2015-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+3
2015-07-16net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-07-16NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn1-0/+1
2015-07-16net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-07-16rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann1-4/+7