summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-07-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-16/+0
2014-07-09Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-07-01skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+3
2014-07-01skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-26net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-06-17netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-06-11nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-06-11virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2014-06-11Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2014-06-11Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg1-23/+69
2014-06-08mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2014-06-08cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2014-06-08mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-1/+5
2014-06-08net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-06-08skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-5/+4
2014-06-08ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-06-08act_mirred: do not drop packets when fails to mirror itJason Wang1-6/+5
2014-06-08ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-06-08net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-06-08tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-06-08rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-06-08rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-06-08filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-06-08net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-06-08ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-06-08net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-06-08l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-06-08net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-06-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-05-18netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-04-27Bluetooth: Fix removing Long Term KeyClaudio Takahasi1-1/+7
2014-04-27rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-04-27ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa3-8/+9
2014-04-27ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-04-27ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-04-27net: socket: error on a negative msg_namelenMatthew Leach1-0/+4
2014-04-27vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
2014-04-27ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-04-27net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-04-27bridge: multicast: add sanity check for query source addressesLinus Lüssing1-0/+6
2014-04-27net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-7/+2
2014-04-03netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-03-31libceph: resend all writes after the osdmap loses the full flagJosh Durgin1-6/+22
2014-03-24mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach3-4/+22
2014-03-24net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-03-12SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust1-1/+7
2014-03-12sunrpc: clarify comments on rpc_make_runnableJeff Layton1-2/+3