summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-18ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2017-04-18tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2017-04-18tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-04-18tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2017-04-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2017-04-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-04-18l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-04-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-04-18sit: fix a double free on error pathWANG Cong1-0/+1
2017-04-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-04-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-04-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-04-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2017-04-18Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2017-02-08Fix "tunnels: Don't apply GRO to multiple layers of encapsulation."Greg Kroah-Hartman1-1/+1
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry3-2/+14
2017-02-08netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2-0/+4
2017-02-08Bluetooth: make hci_test_bit's addr constJiri Slaby1-2/+2
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller5-3/+17
2017-02-08net: caif: fix misleading indentationArnd Bergmann1-1/+1
2017-01-15gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross5-5/+36
2017-01-15net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani3-12/+33
2017-01-15ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2017-01-15libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2017-01-15SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-12-23packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-12-23Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery1-8/+12
2016-11-24mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-11-19udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-10-06nl80211: validate number of probe response CSA countersJohannes Berg1-1/+1
2016-10-06ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-10-04Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg1-23/+2
2016-09-01mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2016-08-24tcp: make challenge acks less predictableEric Dumazet1-4/+9
2016-08-22net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-08-22Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-08-22netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-08-08libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-08-08libceph: set 'exists' flag for newly up osdYan, Zheng1-1/+1
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal4-65/+123
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal4-130/+89
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal4-333/+80
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal4-50/+25