summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-21Merge tag 'v4.4.33' into dev-4.4openbmc-4.4-20161121-1dev-4.4Joel Stanley35-143/+249
2016-11-18netfilter: fix namespace handling in nf_log_proc_dostringJann Horn1-2/+4
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2-5/+5
2016-11-15sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet3-6/+9
2016-11-15net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca8-9/+10
2016-11-15bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-11-15ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-11-15netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-5/+4
2016-11-15packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-11-15net: pktgen: fix pkt_sizePaolo Abeni1-11/+10
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov4-5/+10
2016-11-15ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-11-15tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-11-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross3-5/+16
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross5-6/+37
2016-10-31ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-10-28sunrpc: fix write space race causing stallsDavid Vrabel1-1/+10
2016-10-21net/ncsi: Improve HNCDSC AEN handleropenbmc-4.4-20161021-1Gavin Shan1-3/+3
2016-10-21net/ncsi: Choose hot channel as active one if necessaryGavin Shan2-2/+18
2016-10-21net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2-1/+29
2016-10-21net/ncsi: Avoid if statements in ncsi_suspend_dev()Gavin Shan1-32/+51
2016-10-21net/ncsi: Allow to extend NCSI request propertiesGavin Shan3-4/+16
2016-10-21net/ncsi: Rework request index allocationGavin Shan2-12/+12
2016-10-21net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan1-2/+2
2016-10-21net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan2-7/+8
2016-10-21net/ncsi: Remove unused parameters for ncsi_free_req()Gavin Shan4-7/+7
2016-10-21Merge tag 'v4.4.26' into dev-4.4Joel Stanley35-134/+192
2016-10-07batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2-9/+0
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-10-07svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2016-10-07ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage1-2/+4
2016-09-30nl80211: validate number of probe response CSA countersJohannes Berg1-1/+1
2016-09-30bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-09-30tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-09-30net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-09-30vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-09-30af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds1-20/+21