summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2014-07-03Bluetooth: Track LE connection parameter update eventMarcel Holtmann
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann
2014-07-03Bluetooth: Remove unused LTK authentication definesJohan Hedberg
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann
2014-07-03Bluetooth: Shrink size of struct l2cap_ctrl fieldsMarcel Holtmann
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann
2014-07-02net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann
2014-07-02ieee802154: reassembly: fix possible buffer overflowAlexander Aring
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-07-01inet: move ipv6only in sock_commonEric Dumazet
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-06-27tcp: add tcp_conn_requestOctavian Purdila
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso
2014-06-25netfilter: conntrack: remove timer from ecache extensionFlorian Westphal
2014-06-25cfg80211: remove channel_switch combination checkMichal Kazior
2014-06-25mac80211: implement multi-vif in-place reservationsMichal Kazior
2014-06-25mac80211: split sched scan IEsDavid Spinadel
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel
2014-06-23flow_keys: Record IP layer protocol in skb_flow_dissect()Govindarajulu Varadarajan
2014-06-23mac80211: protect TDLS discovery sessionArik Nemtsov
2014-06-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov
2014-06-23cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov
2014-06-23cfg80211: make ethtool the driver's responsibilityJohannes Berg
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds